Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problems to install CGAL-4.0.2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problems to install CGAL-4.0.2


Chronological Thread 
  • From: Marc Glisse <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Problems to install CGAL-4.0.2
  • Date: Tue, 23 Oct 2012 09:53:10 +0200 (CEST)

On Tue, 23 Oct 2012, Sebastien Loriot (GeometryFactory) wrote:

You're missing boost library.

Try sudo apt-get install libboost-dev

Each error message tells you what is missing (optional dependancies does not
trigger an error but a warning). You can keep on posting on the list but
using your favorite search engine might be faster to find the package name.

I guess you'll need also libmpfr-dev.

Assuming the version packaged by ubuntu is too old (apt-cache policy
libcgal-dev to check that), apt-get build-dep libcgal-dev can still
provide a good starting point. Joachim also usually provides up-to-date
packages, look for emails from him on this list.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page