Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compiling CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compiling CGAL


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Compiling CGAL
  • Date: Thu, 15 May 2014 17:40:43 +0200
  • Organization: GeometryFactory

Le Thursday 15 May 2014 08:34:21 Nikitita91 a écrit :
> I finally compile a example.
>
> cd example/Straight_Skeletton_2
> cd examples/Straight_skeleton_2
> cmake -DCGAL_DIR=C:/dev/CGAL -4.3 .
>
> .sln project generate and all the compilation are correct.
> But, a message box appered when i debug any of the proyects that are inside
> of the .sln:
>
> The application canot start correctly
> <http://cgal-discuss.949826.n4.nabble.com/file/n4659317/Error2.png>

The directory "C:/dev/CGAL -4.3/bin" must be in your PATH environment
variable, so that Windows can find the DLL files of CGAL at runtime.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page