next up previous contents
Next: Object Code Package Up: Source Code Package Previous: Configuration

Compilation

Now just type

make
to make the following libraries (cf. section Libraries):
libL.a (libL.so) main library
libG.a (libG.so) graph library
libP.a (libP.so) d2-geo library
libD3.a (libP.so) d3-geo library
libW.a (libW.so) window library
(*.so if shared libraries are used)

The graphics library libW is based on X11. It can be made only if the main X11 include directory is located in one of the standard include directories of your compiler (e.g. /usr/include/X11). If this is not the case you have to tell the compiler where it is by using the -I option in src/Make.src, e.g., -I/usr/openwin/include should work on most SUN workstations. Now you are in a situation similar to people having downloaded the object code package. So please read on!



LEDA research project
1998-10-02