diff --git a/INSTALL b/INSTALL index 26c1916f9..83b424766 100644 --- a/INSTALL +++ b/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