Difference between revisions of "OpenRacing"
From SpaceElevatorWiki.com
Line 13: | Line 13: | ||
=== Others === | === Others === | ||
− | Get [http://www.mono-project.com Mono] | + | Get [http://www.mono-project.com Mono]. |
+ | |||
+ | [[Install Ogre and OgreDotNet]]. | ||
+ | |||
+ | Install [http://www.swig.org/ SWIG]. | ||
+ | |||
+ | That's not finished: [https://sourceforge.net/projects/my-gui/ MyGUI] (prefer SVN over "stable version". Stable didn't compile on my system. SVN repository did). | ||
+ | |||
+ | Finally, [https://sourceforge.net/projects/wgois OIS] and that's all for now! | ||
== Download OpenRacing == | == Download OpenRacing == |
Revision as of 03:23, 27 February 2009
OpenRacing is a branch of Torcs-NG, which aims to make the codebase smaller and more malleable.
Contents
Current Status
OpenRacing is still experimental software, so it may requires a few hacks to get working right.
Getting started
Install the dependencies
Others
Get Mono.
Install SWIG.
That's not finished: MyGUI (prefer SVN over "stable version". Stable didn't compile on my system. SVN repository did).
Finally, OIS and that's all for now!
Download OpenRacing
Build OpenRacing
Go into openracing's directory.
./autogen.sh
The script installs a few missing files and generate the usual configure script.
Then launch configure.
$ ./configure --with-ogredotnet=/path/to/ogredotnet/bin
If everything got right, an openracing script should have been generated. You can launch it immediately or install OpenRacing into the system.
$ su # make install
And launch!
openracing
If it doesn't work, please complain to us so we can fix the bugs!