Get Involved page.
This commit is contained in:
committed by
Chris Forbes
parent
4d2d70a767
commit
af2fd1b93d
@@ -8,6 +8,9 @@
|
||||
<!--[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">
|
||||
@@ -24,6 +27,52 @@
|
||||
<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">
|
||||
@@ -38,4 +87,4 @@
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -1,6 +1,6 @@
|
||||
body { background-color: black; margin: 0px; color: White; font-family: Cambria, Georgia, Times New Roman, Serif; font-size: 12pt }
|
||||
h1 { font-family: Cambria, Georgia, Times New Roman, Serif }
|
||||
h2 { font-family: Helvetica, Arial, Sans-Serif }
|
||||
h2, h3 { font-family: Helvetica, Arial, Sans-Serif }
|
||||
|
||||
a { color: White }
|
||||
a:visited { color: White }
|
||||
|
||||
Reference in New Issue
Block a user