summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-08-18 14:51:43 +0100
committerNick White <git@njw.me.uk>2012-08-18 14:51:43 +0100
commitd819440ed0b94361027de4efde4dbd7a3694b7e0 (patch)
tree5cf619c1a7f0b9c35a7cc1d807e323a311461ccd
parent99019fb1cd807b9c395300c6af6adda0a772cc1c (diff)
Improve INSTALL
-rw-r--r--INSTALL13
1 files changed, 8 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 0216db6..e26afa4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,10 @@
-Edit config.mk to match your local setup (getxbook is installed
-into the /usr/local namespace by default).
+Use these commands to build and install getxbook:
-Afterwards enter the following command to build and install
-getxbook (if necessary as root):
+ make
+ make install # run as root if you're installing to a system directory
- make clean install
+All build settings are stored in config.mk. If you want to change them,
+either edit the file directly, or pass any variables to change to make,
+like this:
+
+ make PREFIX=/preferred/path install