add alphageek's suggestion of "--without-tools" for server only build

This commit is contained in:
Bill Currie 2003-02-11 04:12:55 +00:00
parent 44985eb827
commit f7d29ae4c6

View file

@ -28,5 +28,5 @@ You may want to check `./configure --help` and select options.
To only build and install the quakeworld server:
./bootstrap
./configure --without-clients --with-servers=qw
./configure --without-clients --without-tools --with-servers=qw
make install