OpenRacing: Difference between revisions

From SpaceElevatorWiki.com
Jump to navigationJump to search
(New page: thumb|500px OpenRacing is a branch of Torcs-NG, which aims to make the codebase smaller and more malleable. == Getting started == OpenRacing is still exper...)
 
No edit summary
Line 2: Line 2:
OpenRacing is a branch of Torcs-NG, which aims to make the codebase smaller and more malleable.
OpenRacing is a branch of Torcs-NG, which aims to make the codebase smaller and more malleable.


== Getting started ==
= Getting started =


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


=== Install the dependencies ===
== Install the dependencies ==


[[Ubuntu-Linux Users]]
[[Ubuntu-Linux Users]]


==== 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], [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!


=== Download OpenRacing ===
== Download OpenRacing ==


First, download the code:
[[Launchpad]]
[[Launchpad]]


== Build OpenRacing ==
Go into openracing's directory.
Go into openracing's directory.



Revision as of 22:40, 24 February 2009

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

Getting started

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

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!