Getting Involved
As a small team developing OpenRA in our free time, your input is valuable to us. Anything from writing bug reports/feedback, to contributing new features or fixing bugs is welcomed with open arms.
Contact Us
The developers can be found on our IRC channel most of the time so if you have any suggestions, that is the best place to contact us.
Bug Tracker
If you wish to report a bug, our bug tracker can be found here:
http://openra.res0l.net/projects/show/openra
Obtaining the Source Code
You'll need several things in order to checkout and build the source code:
- Git, which can be downloaded for:
- .NET Framework 3.5 SP1 or later, on Windows, or Mono 2.6.x on other platforms
- GNU Make, on non-Windows platforms
- Visual Studio 2008 (or Visual C# Express, free) if you like a nice IDE.
Grab the sources by cloning our git repository:
$ git clone git://github.com/chrisforbes/OpenRA.git $ cd OpenRA
On Windows, open OpenRA.sln and build it. On other platforms, use 'make':
$ make all
OpenRA