diff options
-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) |