diff options
author | Nick White <git@njw.me.uk> | 2011-09-29 20:43:49 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-29 20:43:49 +0100 |
commit | 017e5e899259912db56fa25d2ee075dc6ae12be6 (patch) | |
tree | f34387c246a33f531f05902c0909ef0aa204203c | |
parent | 0c843b58022df5efd124a055d0df651b00e73318 (diff) |
Add short install instructions
-rw-r--r-- | INSTALL | 7 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -0,0 +1,7 @@ +Edit config.mk to match your local setup (getxbook is installed +into the /usr/local namespace by default). + +Afterwards enter the following command to build and install +getxbook (if necessary as root): + + make clean install @@ -6,7 +6,7 @@ NAME = getxbook SRC = getgbook.c getabook.c LIB = util.o SCRIPTS = makebookpdf.sh getxbookgui -DOC = README COPYING LEGAL +DOC = README COPYING INSTALL LEGAL BIN = $(SRC:.c=) MAN = $(SRC:.c=.1) |