Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Help for Installing graphics libraries and LEDA

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Help for Installing graphics libraries and LEDA


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Help for Installing graphics libraries and LEDA
  • Date: Fri, 07 Mar 2014 10:43:12 +0100
  • Organization: GeometryFactory

What is the platform you are trying to install CGAL on?

If on windows double check:
http://www.cgal.org/windows_installation.html
If on GNU/Linux, you are probably missing QT4.

For LEDA, you should have something like the following (up to the
path you installed LEDA):

environment variables:
LEDA_LIB_DIR=/usr/local/LEDA-6.2-free-FC8_i386-g++-4.1.2
LEDAROOT=/usr/local/LEDA-6.2-free-FC8_i386-g++-4.1.2
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/LEDA-6.2-free-FC8_i386-g++-4.1.2:
PATH=$PATH:/usr/local/LEDA-6.2-free-FC8_i386-g++-4.1.2/Manual/cmd
LEDA_INCL_DIR=/usr/local/LEDA-6.2-free-FC8_i386-g++-4.1.2/incl
LEDA_ROOT=/usr/local/LEDA-6.2-free-FC8_i386-g++-4.1.2

cmake flags:
-DWITH_LEDA=ON -DLEDA_CXX_FLAGS="-ffriend-injection" -DLEDA_INCLUDE_DIR=$LEDA_INCL_DIR
-DLEDA_LIBRARIES=$LEDA_LIB_DIR/libleda.so -DLEDA_LINKER_FLAGS="-lX11"



Sebastien.

On 03/07/2014 10:29 AM, kavish dwivedi wrote:
Hi,
I am trying to install graphics libraries and LEDA but unsuccessful in
doing so. I tried reading the installation manual for LEDA , set and
exported LEDAROOT variable but then the installation manual says to add
$LEDAROOT/Manual/cmd to search path but there is no cmd inside Manual
library . Apart from that I am not able to get any of the demos working
on my system most of them involving a graphical tool or library. I would
be greatfull if someone can guide me through the steps required for
installing these things . I have installed all the required libraries
but I am facing a lot of problems with the optional ones and as a result
not even able to work properly on my idea .

Thanks in advance!!
*KAVISH DWIVEDI
B.Tech (
8th
Sem)
INFORMATION TECHNOLOGY
MNNIT , Allahabad
*
**






Archive powered by MHonArc 2.6.18.

Top of Page