diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-27 08:37:38 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-27 08:37:38 +0000 |
commit | ba7b4d614816990be37216fdc1836faed2f73caf (patch) | |
tree | d46a8b332ba1d81636adb5642f635dc7282b998d /README | |
parent | 303aba65f53f564c710313e0de6cf1bf1c04ac9a (diff) | |
download | ioquake3-aero-ba7b4d614816990be37216fdc1836faed2f73caf.tar.gz ioquake3-aero-ba7b4d614816990be37216fdc1836faed2f73caf.zip |
documentation updates
git-svn-id: svn://svn.icculus.org/quake3/trunk@377 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -25,11 +25,9 @@ Refer to the web-site for updated status, enjoy! Compiling (Under Windows) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Run Space Visual Dot Net 2040 Extra Entropy Edition under your BeOS emulator. -Open the quake3.vcproj file in the win32 directory. -Build. -Copy the resultant Quake3.exe to your quake 3 directory, make a backup if you want to keep -your original. +Run Visual Studio, open the quake3.vcproj file in the win32 +directory. Build. Copy the resultant Quake3.exe to your quake 3 +directory, make a backup if you want to keep your original. Copy the resultant dlls to your baseq3 directory, backup etc. @@ -41,7 +39,7 @@ Compiling (Under Linux) 1. If not already there, change to the directory containing this readme 2. Run 'make' -For distrib maintainers, you can set some make variables: +For distribution maintainers, you can set some make variables: OPTIMIZE - use this for custom CFLAGS DEFAULT_BASEDIR - extra path to search for baseq3 and such BUILD_SERVER - build the 'q3ded' server binary (1 = build it, default = 1) @@ -51,7 +49,7 @@ Installing under Linux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Set the COPYDIR variable in the shell to be where you installed Quake 3 to. By default it will be /usr/local/games/quake3 if you -haven't set it. +haven't set it. Which is where the id patch installs by default. Then run "make copyfiles", beware that this will overwrite any binaries installed previously, even official id ones. |