OpenRacing

From SpaceElevatorWiki.com
Revision as of 22:55, 20 March 2009 by Keithcu (talk | contribs)
Jump to navigationJump to search

Current Status

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

Developers

OpenRacing Universal Track Interface

Building OpenRacing

OpenRacing hosted in Launchpad / Bzr

Source, etc. is here: Launchpad

MonoDevelop

Ubuntu 9.04 has Mono 2.0 and MonoDevelop 2.0 beta. All the pieces are now in the repository!

sudo apt-get install monodevelop-debugger-mdb monodevelop-debugger-gdb

Install the dependencies

These instructions assume Ubuntu. If you are running something else, your steps will vary slightly. Instructions here

Compile 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=/full/path/to/ogredotnet-read-only/bin --with-myguinet=/full/path/to/mygui-or/Bin/Debug

If everything got right, an openracing script should have been generated. You can launch it immediately or install OpenRacing into the system.

$ make
$ sudo make install

And launch!

openracing

If it doesn't work, please complain to us so we can fix the bugs!