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: kavish dwivedi <>
  • To:
  • Subject: Re: [cgal-discuss] Help for Installing graphics libraries and LEDA
  • Date: Fri, 7 Mar 2014 15:35:10 +0530

my system is Ubuntu 12.04 LTS x86. Yeah I have done what you said, Checked the box for with LEDA in cmake-gui, and it was successfully configured and generated. Now can you help me with running demos involving graphics libraries or tools. Some of they demos that didn't run involved geomview . How to proceed with this ?

KAVISH DWIVEDI
B.Tech (VII Sem)
INFORMATION TECHNOLOGY
MNNIT , Allahabad


 


On Fri, Mar 7, 2014 at 3:13 PM, Sebastien Loriot (GeometryFactory) <> wrote:
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
*
**




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






Archive powered by MHonArc 2.6.18.

Top of Page