![]() |
![]() |
|||
|
|
||||
| Català | Castellano | |||
|
|
|
|
LEDA -IEA/EA- librariesLast modified: 10-06-2002
LEDA libraries implement abstract data types and algorithms. These are installed mainly for the teaching of the subjects: Introduction to Algorithmic Schemata and Algorithmic Schemata. These libraries are available from alabi/a, alumbra and the PC environment. On this page you will find links to documentation and manuals related to LEDA. You will also find a print-out of the manual at Operations Service. Currently, Version 4.1 is installed. DocumentationHow to compile on MOONREY:The software is installed in /home/soft/assig/iea. In order to use the libraries and includes, users must use the C++ compiler called g++. Depending on what libraries you want to use, you should use the following options when compiling.
g++ ... -lL -lm (if using basic data types)
g++ ... -lG -lL -lm (if using graph data types)
g++ ... -lP -lG -lL -lm (if using planar geometry)
g++ ... -lW -lP -lG -lL -lX11 -lm (if using Windows)
How to compile in Linux:The software is installed in /usr/local/leda. In order to use the libraries and includes, users must use the C++ compiler called g++. Depending on what libraries you want to use, you should use the following options when compiling. g++ -I$LEDAROOT/incl -L$LEDAROOT ... -lL -lm (if using basic data types) g++ -I$LEDAROOT/incl -L$LEDAROOT ... -lG -lL -lm (if using graph data types) g++ -I$LEDAROOT/incl -L$LEDAROOT ... -lP -lG -lL -lm (if using planar geometry) g++ -I$LEDAROOT/incl -L$LEDAROOT ... -lW -lP -lG -lL -lX11 -lm (if using Windows) How to compile in WindowsThe libraries are installed in G:\LEDA and the includes are in G:\LEDA\INCL. In order to use these libraries, you must create a .bat file called: inileda which is used from an MS-DOS window in Windows 95 (Visual C++ option). In order to compile, you must follow the instructions outlined in this file: G:\LEDA\install | ||
| Copyright © Facultat d'Informàtica de Barcelona - webmaster |