Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] visualizing CGAL objects

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] visualizing CGAL objects


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] visualizing CGAL objects
  • Date: Wed, 02 Mar 2016 16:21:11 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:fYgPahD/ASZ7piW/IOoMUyQJP3N1i/DPJgcQr6AfoPdwSP79o8bcNUDSrc9gkEXOFd2CrakU1KyJ6eu/ACQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTokb/osMKKKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FppIZ8VvDxcK08CLBZFz87KHsd5cvxtBCFQxHcyGEbVzBcqRdCChPZ7Rz8FrP2qCr9qqI99ySdOMDqV6EaUD++6L16CVWg3DwDMCQ4932Rj8hYg6dSoRbnrBt6ld2HKLqJPeZzK/uONegRQnBMC55c
  • Organization: GeometryFactory

As I already said the CGAL project is not responsible for
the creation of the macport package.

If you have installed all required dependencies, compiling CGAL is
simple:

> wget https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.8-beta1/CGAL-4.8-beta1.zip
> unzip CGAL-4.8-beta1.zip
> cd CGAL-4.8-beta1
> cmake .
> make
> CGAL_DIR=`pwd`
> export CGAL_DIR
> cd demo/Triangulation_2
> cmake .
> make

Sebastien.


On 03/02/2016 03:41 PM, tcscott wrote:
Hello again

THX. At least this tells me what my problem is but I submit this is wholly
unacceptable for any new
user with a MAC. It means I cannot work out the demos nor visualize the
CGAL data structures on a MAC.

I have to think if I should even bother continuing with CGAL.

So much code.

So much effort.

but clearly the MAC version for this code is something of a bust.

best wishes

Tony






--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/visualizing-CGAL-objects-tp4661624p4661662.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page