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:

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