mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
Typo in the README
This commit is contained in:
parent
41d43c73f2
commit
019fe92a03
1 changed files with 1 additions and 5 deletions
|
@ -3,13 +3,12 @@ Welcome to the sourcecode of Reaction 1.0. Reaction uses a modified version of
|
|||
To build Reaction on *nix, just Change to the directory containing this readme and run make.
|
||||
If you want to compile only certain parts or influence what is included in the build, edit Makefile.local. You should not change BUILD_RENDERER_GL2 and build Reaction with the Original Quake 3 renderer as many maps, the UI and more depend on many of the new advanced features in our new renderer.
|
||||
|
||||
Building Windows binaries is also straight forward on *nix. Make sure the mingw compiler environment is installed and take a look at cross-make-mingw.sh. At the top of the script it looks for the gcc and windres binaries in your distro. You meight have to modify these checks to fit your system. Then just run cross-make-mingw.shcross-make-mingw.sh.
|
||||
Building Windows binaries is also straight forward on *nix. Make sure the mingw compiler environment is installed and take a look at cross-make-mingw.sh. At the top of the script it looks for the gcc and windres binaries in your distro. You might have to modify these checks to fit your system. Then just run cross-make-mingw.sh.
|
||||
|
||||
Building Windows binaries using other environments (Microsoft compilers and such) has not been tested in a long time and is probably broken as the project files have not been updated in ages. If anyone manages to get this working, please dont hesitate to send us a patch.
|
||||
|
||||
Building on Mac's: Blaze needs to fill out this part.
|
||||
|
||||
|
||||
We have a bugzilla for Reaction that is hosted at icculus.org, the home of ioquake3: https://bugzilla.icculus.org/
|
||||
Please file all bugs/patches there and/or drop us a line at bugs@rq3.com
|
||||
We also run a SVN server at http://team.rq3.com/viewvc/svn/trunk/reaction/ where you can browse the codebase in it's current form and much of the past changes.
|
||||
|
@ -18,6 +17,3 @@ Please enjoy hacking Reaction and please share your work with us so we can make
|
|||
|
||||
--
|
||||
JBravo.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue