mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 13:51:36 +00:00
Notes on how to build just the server, for the impatient.
This commit is contained in:
parent
80002a5151
commit
408a9c7458
1 changed files with 5 additions and 0 deletions
5
INSTALL
5
INSTALL
|
@ -25,3 +25,8 @@ Basic process to build and install QuakeForge:
|
|||
make install
|
||||
|
||||
You may want to check `./configure --help` and select options.
|
||||
|
||||
To only build and install the quakeworld server:
|
||||
./bootstrap
|
||||
./configure --without-clients --with-servers=qe
|
||||
make install
|
||||
|
|
Loading…
Reference in a new issue