Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Tutorial to install CGAL on Windows: Feedback needed

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Tutorial to install CGAL on Windows: Feedback needed


Chronological Thread 
  • From: Devashish Tyagi <>
  • To:
  • Subject: Re: [cgal-discuss] Tutorial to install CGAL on Windows: Feedback needed
  • Date: Wed, 6 Jun 2012 16:31:27 +0530

Adding the following lines to CGAL_SetupBoost.cmake fixed my error


  set(Boost_USE_STATIC_LIBS   ON)
  set(Boost_USE_MULTITHREADED ON)
  set(Boost_ADDITIONAL_VERSIONS "1.47")

On Wed, Jun 6, 2012 at 3:39 PM, Devashish Tyagi <> wrote:
I followed your tutorial and tried installing CGAL 4.0 beta1 on my 32 bit windows machine. When I ran cmake configure I encountered the following error

CMake Error at cmake/modules/FindBoost.cmake:917 (message):

Unable to find the requested Boost libraries.

Boost version: 1.47.0

Boost include path: C:/Program Files/boost/boost_1_47

The following Boost libraries could not be found:

boost_thread

No Boost libraries were found. You may need to set Boost_LIBRARYDIR to the

directory containing Boost libraries or BOOST_ROOT to the location of

Boost.

Call Stack (most recent call first):

cmake/modules/CGAL_SetupBoost.cmake:6 (find_package)

cmake/modules/CGAL_SetupDependencies.cmake:32 (include)

CMakeLists.txt:455 (include)

 

On Mon, Jun 4, 2012 at 6:51 PM, Sebastien Loriot (GeometryFactory) <> wrote:
Hello CGAL users,

Due to the increasing traffic on this list about installation issues on
Windows, we decided to come up with a dedicated tutorial.

In order to make it better, we would like people to read/try it
and send feedback (typos, what did not work, what can be improved, ...).
You can send it to the list or directly to me if you prefer.

The current address of the page is:
http://www.cgal.org/windows_installation.html

Thanks for your help,

Sebastien.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




--
Devashish Tyagi
Junior Undergraduate
Computer Science and Engineering Dept.
IIT Delhi




--
Devashish Tyagi
Junior Undergraduate
Computer Science and Engineering Dept.
IIT Delhi




Archive powered by MHonArc 2.6.18.

Top of Page