mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-13 00:24:46 +00:00
No description
905edaed62
courtesy of configure. Some basic optimisations are added unless optimisations are explicitly disabled. Extra optimisations are added based on the cpu being built on. |
||
---|---|---|
baseq2 | ||
bsd | ||
debian | ||
docs | ||
irix | ||
null | ||
pixmaps | ||
rhapsody | ||
solaris | ||
src | ||
win32 | ||
.gitignore | ||
acinclude.m4 | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
COPYING | ||
HACKING | ||
INSTALL | ||
Makefile.am | ||
quake2.dsp | ||
quake2.dsw | ||
quake2.mak | ||
README | ||
TODO |
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. Save Games ---------- Save games are tied to the build of quake2 that they were created with. You can *not* use old save games with new versions of the code (well, you can hack the savegame loader to allow this, but you may find yourself experiencing interesting and obscure segfaults in the game). The simple workaround is to *not upgrade* if you are in the middle of a single player game. Mission Packs ------------- To build the Xatrix and Rogue missionpacks, download the sharballs from id Software's FTP site: ftp://idsoftware.com/idstuff/quake2/sources/ uncompress them, and run them in src/xatrix or src/rogue In src/Makefile.am, swap the comments on the SUBDIR lines, and run ./bootstrap from the top level. Rerun configure and make.