From d819440ed0b94361027de4efde4dbd7a3694b7e0 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 18 Aug 2012 14:51:43 +0100 Subject: Improve INSTALL --- INSTALL | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.2.3