From 173276b58b79644e088eedb512e75d601764e30e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 15 Sep 2009 06:28:35 +0000 Subject: [PATCH] Updated README with DEFAULT_LIBDIR and HOMEPATH. Partially fixes Bugzilla #4271. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index e0707ef1..d927ac0c 100644 --- a/README +++ b/README @@ -80,6 +80,8 @@ Makefile.local: CFLAGS - use this for custom CFLAGS V - set to show cc command line when building DEFAULT_BASEDIR - extra path to search for baseq3 and such + DEFAULT_LIBDIR - extra path to search for libraries + HOMEPATH - alternative home directory BUILD_SERVER - build the 'ioq3ded' server binary BUILD_CLIENT - build the 'ioquake3' client binary BUILD_CLIENT_SMP - build the 'ioquake3-smp' client binary