OpenRacing: Difference between revisions

From SpaceElevatorWiki.com
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
=== Others ===
=== Others ===


Get [http://www.mono-project.com Mono], [http://code.google.com/p/ogredotnet/ OgreDotNet] and [http://www.swig.org/ SWIG]. (''Note: OgreDotNet (and Ogre) should have Cg support compiled in''). 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!
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 07:23, 27 February 2009

OpenRacing is a branch of Torcs-NG, which aims to make the codebase smaller and more malleable.

Current Status

OpenRacing is still experimental software, so it may requires a few hacks to get working right.

Getting started

Install the dependencies

Ubuntu-Linux Users

Others

Get Mono.

Install Ogre and OgreDotNet.

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

Launchpad

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!

Developers

OpenRacing Universal Track Interface