From 1699c457d1ce8b3c50a295e8b311eaf15de01fde Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 30 Sep 2002 05:00:44 +0000 Subject: [PATCH] Note how to actually build and install... --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL b/INSTALL index eef05058e..26c1916f9 100644 --- a/INSTALL +++ b/INSTALL @@ -18,3 +18,10 @@ The following are recommended: * X11 devel (for X11-based clients: software and OpenGL) * glide and mesa or other GL compatible lib * svgalib (for console-based clients: software and 3dfx) + +Basic process to build and install QuakeForge: + ./bootstrap + ./configure + make install + +You may want to check `./configure --help` and select options.