Notes on how to build just the server, for the impatient.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-02-10 22:00:38 +00:00
parent 80002a5151
commit 408a9c7458

View file

@ -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