From 408a9c74587cace4de4893795a99e43958e4c8f3 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 10 Feb 2003 22:00:38 +0000 Subject: [PATCH] Notes on how to build just the server, for the impatient. --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) 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