mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
Note how to actually build and install...
This commit is contained in:
parent
599f0d980f
commit
1699c457d1
1 changed files with 7 additions and 0 deletions
7
INSTALL
7
INSTALL
|
@ -18,3 +18,10 @@ The following are recommended:
|
||||||
* X11 devel (for X11-based clients: software and OpenGL)
|
* X11 devel (for X11-based clients: software and OpenGL)
|
||||||
* glide and mesa or other GL compatible lib
|
* glide and mesa or other GL compatible lib
|
||||||
* svgalib (for console-based clients: software and 3dfx)
|
* 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.
|
||||||
|
|
Loading…
Reference in a new issue