summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-27 12:22:27 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-27 12:22:27 +0000
commit1a0cfae86dbe8c11270df6df395ec23691116def (patch)
treef0e2fe204768b6929775d2bf19d36f6325f5b2b9 /INSTALL
parentfb4193a43d30f2415e91b0b4e27eca7645f9dda1 (diff)
change build system to fix bsd bugs and use DESTDIR properly. Move everything around somewhat
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b9c21b9..6f16321 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.