Cleaning house

This commit is contained in:
Richard Allen 2012-03-18 03:48:07 +00:00
parent 4570bd3762
commit 41d43c73f2
1 changed files with 23 additions and 0 deletions

23
reaction/README-Reaction Normal file
View File

@ -0,0 +1,23 @@
Welcome to the sourcecode of Reaction 1.0. Reaction uses a modified version of the ioquake3 engine and as such much of the ioquake3 documentation also covers Reaction.
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 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.
Please enjoy hacking Reaction and please share your work with us so we can make it a part of the official distribution for all.
--
JBravo.