editied as per Sean's request to remove CVS instructions
This commit is contained in:
@@ -72,16 +72,7 @@ The games played by StepMania are rhythm games. Notes scroll up from the bottom
|
|||||||
<li>In the extracted folder, type ./configure</li>
|
<li>In the extracted folder, type ./configure</li>
|
||||||
<li>Finally, type make (or gmake) to build StepMania </li>
|
<li>Finally, type make (or gmake) to build StepMania </li>
|
||||||
</ol>
|
</ol>
|
||||||
<h3>CVS</h3>
|
<h3> </h3>
|
||||||
<p>CVS (Concurrent Version System) is an easy way for developers to collaborate on source code. You can obtain a snapshot of the current CVS tree by "checking out" the Stepmania module from the CVS server as described below. First, however, you will need a CVS client. For Windows, you can either use WinCVS from http://www.wincvs.org/ or the command line CVSNT from http://www.cvsnt.org/. The insctructions below work for CVSNT and standard Linux CVS programs.</p>
|
|
||||||
<ol>
|
|
||||||
<li>After installing CVS, change to the directory where you would like to place the source tree. In Windows, you will need to do this in a command prompt.</li>
|
|
||||||
<li>Type the following to connect to the CVS server: <em>cvs -d:pserver:[email protected]:/cvsroot/stepmania login</em> When prompted for a password, just press enter.</li>
|
|
||||||
<li>Type the following to check out the StepMania source tree: <em>cvs -d:pserver:[email protected]:/cvsroot/stepmania co -P stepmania </em>(NOTE: Users of CVSNT on windows must substitute "co" for "checkout".)</li>
|
|
||||||
<li>Windows users should follow steps 2 and 3 of Compiling from a Source Tarball above, and ignore the last two steps. Linux users should now type <em>sh autogen.sh</em></li>
|
|
||||||
<li> Next type <em>./configure</em> to set up the build process.</li>
|
|
||||||
<li>Finally type <em>make</em> (or <em>gmake</em>) to build StepMania. </li>
|
|
||||||
</ol>
|
|
||||||
<h1>4. Using StepMania</h1>
|
<h1>4. Using StepMania</h1>
|
||||||
<p>Once you start Stepmania, you will be presented with the Stepmania Title Screen</p>
|
<p>Once you start Stepmania, you will be presented with the Stepmania Title Screen</p>
|
||||||
<p><img src="images/smtitlescreen.JPG" width="320" height="240"> </p>
|
<p><img src="images/smtitlescreen.JPG" width="320" height="240"> </p>
|
||||||
|
|||||||
Reference in New Issue
Block a user