mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
- Updated the README to be a bit more explicit when
specifying paths to libraries for configure. - Added some whitespace to messages in configure.
This commit is contained in:
parent
30718bb08f
commit
408470cce5
2 changed files with 15 additions and 6 deletions
15
README
15
README
|
@ -4,9 +4,18 @@ README for quake2
|
|||
Compiling
|
||||
---------
|
||||
|
||||
If you are checking this out from CVS, run the bootstrap command first to set
|
||||
up configure. You will need autoconf 2.50, automake 1.6, libtool 1.4, or
|
||||
greater. Then follow the instructions in INSTALL.
|
||||
If you are checking this out from CVS, run the bootstrap command first to
|
||||
set up configure. You will need autoconf 2.50, automake 1.6, libtool 1.4,
|
||||
or greater. Then follow the instructions in INSTALL.
|
||||
|
||||
When specifying locations to arguments like --with-svgalib (i.e. all the
|
||||
options that can take a DIR argument as shown by ./configure --help), use
|
||||
the directory that contains the lib/ and include/ directories; e.g:
|
||||
./configure --with-svgalib=/usr/local
|
||||
instead of
|
||||
./configure --with-svgalib=/usr/local/lib
|
||||
as configure will automatically look for the libraries and headers in
|
||||
the paths relative to the given path.
|
||||
|
||||
Save Games
|
||||
----------
|
||||
|
|
Loading…
Reference in a new issue