Files
itgmania212121/Manual/index.html
T
2011-09-14 22:49:28 -05:00

76 lines
2.6 KiB
HTML

<html>
<head>
<title>StepMania 5 Manual</title>
<link rel="stylesheet" type="text/css" media="screen" href="./data/style.css" />
</head>
<body>
<div id="logoDiv">
<h1><img src="./data/logo.png" alt="StepMania 5:"><br/>The Manual</h1>
</div>
<hr/>
<div id="tocDiv">
<h2>Table of Contents</h2>
<ol id="pretocList">
<li><a href="#intro">Introduction</a></li>
</ol>
<ol class="tocList">
<li><a href="#welcome">Welcome to StepMania 5</a></li>
<ol class="tocList">
<li><a href="#sysreqs">System Requirements</a></li>
<li><a href="#install">Installation</a></li>
<li><a href="#getstart">Getting Started</a></li>
</ol>
</ol>
</div>
<hr/>
<h2><a name="intro">Introduction</a></h2>
<p>This is the basic player manual. [We should also link to the Beginner's Guide
and Themer's Guide from here as well.]</p>
<hr/>
<h2><a name="welcome">Welcome to StepMania 5</a></h2>
<h3><a name="sysreqs">System Requirements</a></h2>
<p>StepMania 5 can run on this bare minimum:</p>
<ul>
<li>Operating System(s):
<ul>
<li>Windows® (2000, XP, Vista, Windows 7)</li>
<li>Mac OS X (10.?)</li>
<li>*NIX/POSIX-compliant OS (GNU/Linux, *BSD)</li>
</ul>
</li>
<li>256MB of RAM</li>
<li>Video Card</li>
<li>Audio Card</li>
</ul>
<p>However, we highly recommend at least these settings for decent performance:</p>
<h3><a name="install">Installation</a></h3>
<p>If you're reading this, you've likely already figured out how to install StepMania.
Just in case you're reading this without having installed it yourself, however,
here are the installation instructions for various operating systems.</p>
<h4>Windows</h4>
<p>The Windows version is available as an .exe installer and a .zip/GameData.smzip
combination. The .exe installer is much easier to deal with, but in case it doesn't
work out for you, we have provided a zip file for manual installation. The zip
distribution can be converted into Portable mode by placing a blank Portable.ini
inside of the StepMania install directory.</p>
<h4>Mac OS X</h4>
<p>The Mac version is distributed as a .dmg file; Mount it, make a StepMania folder
in Applications/, then put StepMania 5 in there, and make folders as needed. That
probably isn't the best way to do it, but it is _A_ way.</p>
<h4>Linux</h4>
<p>Linux users are typically expected to build from source. See <a href="http://code.google.com/p/sm-ssc/wiki/Compiling">Compiling</a>
on the StepMania wiki for more information.</p>
<hr/>
<div id="footer">StepMania is copyright &copy; 2001-2011 StepMania team.
</body>
</html>