Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Installation Manual:

Subject: CGAL users discussion list

List archive

[cgal-discuss] Installation Manual:


Chronological Thread 
  • From: A S <>
  • To:
  • Subject: [cgal-discuss] Installation Manual:
  • Date: Wed, 21 Oct 2009 23:43:55 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=pSLO26AQ/kuZwu8jMRk3i3ZsTsCvUsA2MCHHUZoAjP7iyfsfd2r2VCWke5W89+orBZ11yFXcxPH4EVvdRFuB/BnSJ5yBvyDTONIi1whTVX8UiCT9HTrr54hz+9ltYExBfWQiwqokVzzIev5YGXI55aK1vuTxQOM81ldRTFJRXvI=;

Well I found this:
 
  cd  CGAL-3.4                                # go to CGAL directory
  cmake .                                     # configure CGAL
  make                                        # build the CGAL libraries
  cd examples/Straight_skeleton_2             # go to an example directory
  cmake -DCGAL_DIR=$HOME/CGAL-3.4 .           # configure the examples
  make                                        # build the examples
I had to use MSVC 6.0 to configure and generate on Qt3.  (I had set an environment variable for it too.)  Which may explain why it's automatically getting called now when I attempt to run:
cmake -DCGAL_DIR=$HOME/CGAL-3.4
 
But I don't know if MSVC 6.0 should be used at this point in the CGAL build.  I assume Visual Studio 2008 should be used on these.  I tried setting the back to VS 2008, but it's not working.



  • [cgal-discuss] Installation Manual:, A S, 10/22/2009

Archive powered by MHonArc 2.6.16.

Top of Page