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 11:21:05 +0100
  • Organization: GeometryFactory

On 03/07/2014 11:10 AM, Sebastien Loriot (GeometryFactory) wrote:
On 03/07/2014 11:05 AM, kavish dwivedi wrote:
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 ?

sudo apt-get install libqt4-dev


and if you're missing geomview:

sudo apt-get install geomview

Sebastien.


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




On Fri, Mar 7, 2014 at 3:13 PM, Sebastien Loriot (GeometryFactory)
<

<mailto:>>
wrote:

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

If on windows double check:
http://www.cgal.org/windows___installation.html
<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
<https://sympa.inria.fr/sympa/info/cgal-discuss>








Archive powered by MHonArc 2.6.18.

Top of Page