[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
make install
in the top source
directory. By default the package installation prefix is `/usr/local' but
the `--prefix' option to the configure script will change this. The
ladccad
server and the clients that were built are installed in
`prefix/bin'. The libladcca
client library is installed
in `prefix/lib'. The C header files for the client library are
installed under `prefix/include'. This manual is installed under
`prefix/info'.
With make install
, the package is installed with debugging symbols in the object
files. To save space, you can install with make install-strip
to
install the object files without debugging symbols.