next up previous
Next: 2.3 Usage Up: 2.2 Compiling Previous: 2.2.3 Required programs

2.2.4 Step by step compilation instructions

  1. Download and install LEDA.
  2. The Makefile is designed for dynamic library linking. You can either change your LD_LIBRARY_PATH variable or your /etc/ld.so.conf file to include the LEDA installation directory. Also, be sure to make the shared LEDA libraries. This can be done by typing make shared in the LEDA installation directory.
  3. If you wish to make a static binary add the -static flag to the LDFLAGS and LEDA_LIBS variables in the Makefile.
  4. Change the LEDA_ROOT variable in the Makefile to the LEDA installation directory.
  5. Type make in the source directory to compile and link the clustering tools.



Kevin Pulo
2000-08-23