Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Installation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Installation


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Installation
  • Date: Thu, 24 Jan 2013 14:11:09 +0100
  • Organization: GeometryFactory

Le jeudi 24 janvier 2013 18:11:53 Ashish Upadhyay a écrit :
> Dear Group Members
>
> I am trying to install CGAL as root and getting following message. I am
> not much informed about linux (I am using latest Fedora).

Which version of Fedora?

> CMake Error at /root/cmake-2.8.10.2/Modules/FindBoost.cmake:1192 (message):
> Unable to find the requested Boost libraries.
>
> Unable to find the Boost header files. Please set BOOST_ROOT to the root
> directory containing Boost or BOOST_INCLUDEDIR to the directory containing
> Boost's headers.

Type as root:

yum install boost-devel

or:

pkcon install boost-devel

if you prefer to use PackageKit over Yum (the native package manager for
Fedora).

That will install the missing files: .so files for Boost libraries, and
header
files (.h and .hpp). Then relaunch CMake.

By the way, you can also install CMake using the Fedora package manager (Yum
or PackageKit):

yum install cmake

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



  • [cgal-discuss] Installation, Ashish Upadhyay, 01/24/2013
    • Re: [cgal-discuss] Installation, Laurent Rineau (CGAL/GeometryFactory), 01/24/2013

Archive powered by MHonArc 2.6.18.

Top of Page