OpenRacing

From SpaceElevatorWiki.com
Jump to navigationJump to search

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, OgreDotNet and SWIG. (Note: OgreDotNet (and Ogre) should have Cg support compiled in). 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!