0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-22 01:11:42 +00:00

Note how to actually build and install...

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-09-30 05:00:44 +00:00
parent 599f0d980f
commit 1699c457d1

View file

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