Files
OpenRA/web/getinvolved.html
Matthew Bowra-Dean af2fd1b93d Get Involved page.
2010-05-15 09:16:53 +12:00

90 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>OpenRA - Get Involved</title>
<link rel="Stylesheet" type="text/css" href="openra.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css">
<![endif]-->
<style type="text/css">
pre { font-family: Consolas, Incosolata, Lucida Console, Monospace; margin-left: 40px; }
</style>
</head>
<body>
<div id="header" class="bar">
<h1>
<img src="soviet-logo.png" alt="Logo" />OpenRA</h1>
</div>
<div id="main">
<div id="menu">
<span class="links"><a href="index.html">Home</a></span>
<span class="links"><a href="footage.html">Gameplay Footage</a></span>
<span class="links"><a href="mods.html">Mods</a></span>
<span class="links"><a href="stats.html">Stats</a></span>
<span class="links"><a href="getinvolved.html">Get Involved</a></span>
<span class="links"><a href="irc://irc.freenode.net/openra">IRC</a></span>
<span class="links"><a href="http://twitter.com/openRA">Twitter</a></span>
</div>
<div style="width: 70%; margin: 0 auto;">
<h2>Getting Involved</h2>
<p>
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.
</p>
<h3>Contact Us</h3>
<p>
The developers can be found on our <a href="irc://irc.freenode.net/openra">IRC channel</a> most of the time so if you have any suggestions,
that is the best place to contact us.
</p>
<h3>Bug Tracker</h3>
<p>
If you wish to report a bug, our bug tracker can be found here: <br />
<a href="http://openra.res0l.net/projects/show/openra">http://openra.res0l.net/projects/show/openra</a>
</p>
<h3>Obtaining the Source Code</h3>
<p>
You'll need several things in order to checkout and build the source code:
</p>
<ul>
<li><a href="http://git-scm.com/">Git</a>, which can be downloaded for:
<ul>
<li><a href="http://code.google.com/p/git-osx-installer/">OS X</a></li>
<li><a href="http://msysgit.googlecode.com/files/Git-1.7.0.2-preview20100309.exe">Windows</a></li>
<li> or from your package manager on Linux.</a></li>
</ul>
</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en">
.NET Framework 3.5 SP1</a> or later, on Windows, or <a href="http://www.mono-project.com/">Mono 2.6.x</a> on other platforms</li>
<li>GNU Make, on non-Windows platforms</li>
<li>Visual Studio 2008 (or <a href="http://www.microsoft.com/express/downloads/#2008-Visual-CS">Visual C# Express</a>, free) if you like a nice IDE.</li>
</ul>
<p>
Grab the sources by cloning our git repository:
</p>
<pre>
$ git clone git://github.com/chrisforbes/OpenRA.git
$ cd OpenRA</pre>
<p>
On Windows, open OpenRA.sln and build it. On other platforms, use 'make':
</p>
<pre>$ make all</pre>
</div>
</div>
<div id="footer" class="bar">
<p id="trademarks">
<img src="soviet-logo.png" alt="OpenRA Logo" height="70px" style="float: right; margin-right: 10px" />
Command &amp; Conquer and Command &amp; Conquer Red Alert are trademarks or registered
trademarks of Electronic Arts Inc.in the U.S. and/or other countries.<br />
Windows is a registered trademark of Microsoft Corporation in the United States
and other countries.<br />
Mac OS X is a trademark of Apple Inc., registered in the U.S. and other countries.<br />
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.<br />
Mono is a registered trademark of Novell, Inc. in the United States and other countries.<br />
</p>
</div>
</body>
</html>