From 017e5e899259912db56fa25d2ee075dc6ae12be6 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 29 Sep 2011 20:43:49 +0100 Subject: Add short install instructions --- INSTALL | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..0216db6 --- /dev/null +++ b/INSTALL @@ -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 diff --git a/Makefile b/Makefile index 746681e..f76bb09 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3