editied as per Sean's request to remove CVS instructions

This commit is contained in:
Eric Gustafson
2005-05-04 22:34:04 +00:00
parent a0f5d08be9
commit b7d2e64dbd
+1 -10
View File
@@ -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>&nbsp;</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 &quot;checking out&quot; 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 &quot;co&quot; for &quot;checkout&quot;.)</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>