diff options
author | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-11-27 12:22:27 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-11-27 12:22:27 +0000 |
commit | 1a0cfae86dbe8c11270df6df395ec23691116def (patch) | |
tree | f0e2fe204768b6929775d2bf19d36f6325f5b2b9 /INSTALL | |
parent | fb4193a43d30f2415e91b0b4e27eca7645f9dda1 (diff) |
change build system to fix bsd bugs and use DESTDIR properly. Move everything around somewhat
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -28,7 +28,11 @@ The bindings will be installed into /usr/local by invoking `make install'. If you wish to install them anywhere else then run make with the PREFIX variable set to another location. More fine grained control of the installation directories can be achieved using the BINDIR etc variables. For more detail -read the Makefile. +read the Makefile. DESTDIR can be used for packaging to install with the correct hierarchy into a temporary folder. + +NOTE: if you set PREFIX in `make install' you should also set it when invoking +just `make'. PREFIX is to create the binary wrappers with the correct paths to +the installed library. Documentation for the bindings can be built with `make doc' and installed with `make install-doc install-man', with the same provisos for installation paths. |