Next: Directory Structure (3)
Up: l1soft_0906_sworg
Previous: Directory Structure (1)
Building and installing a package
- Separate directory tree for installed components of a package.
- Single lib and bin subdirectories for all packages, but
separate for machine/compiler selection.
- Separate directory per package for header files.
Accessing other packages
- For header files #include "package/header.h"
- NB this style is also require within a package for any header
file forming part of the external interface.
- Single installed lib directory makes it easy to link
with all required libraries.
Murrough Landon (m.p.j.landon@qmul.ac.uk)