mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 04:21:51 +00:00
add alphageek's suggestion of "--without-tools" for server only build
This commit is contained in:
parent
44985eb827
commit
f7d29ae4c6
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue