diff options
author | Nick White <git@njw.me.uk> | 2012-08-18 14:51:43 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-08-18 14:51:43 +0100 |
commit | d819440ed0b94361027de4efde4dbd7a3694b7e0 (patch) | |
tree | 5cf619c1a7f0b9c35a7cc1d807e323a311461ccd | |
parent | 99019fb1cd807b9c395300c6af6adda0a772cc1c (diff) |
Improve INSTALL
-rw-r--r-- | INSTALL | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |