Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to install CGAL into MacOS and compile programs in Xcode?

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to install CGAL into MacOS and compile programs in Xcode?


Chronological Thread 
  • From: Serebryakov <>
  • To:
  • Subject: [cgal-discuss] How to install CGAL into MacOS and compile programs in Xcode?
  • Date: Tue, 9 Mar 2010 11:16:49 +0100 (CET)

How to install CGAL into MacOS and compile programs in Xcode?

Install.

1. Donwload CGAL-3.5.1.
2. Unpack.
3. Run: "cmake ." in CGAL-directory.
4. Run: "make".
5. Run: "sudo make install".

Right?

Compile in Xcode.

1. Create c++ application.
2. Get some code from examples
(examples/Voronoi_diagram_2/vd_2_point_location.cpp).
3. Build?

How to say Xcode to use CGAL?



Archive powered by MHonArc 2.6.16.

Top of Page