1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
<html>
<head>
<title>firstworks Rudiments Guide</title>
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<span class="heading">Rudiments Guide</span><br><br>
<span class="heading">Downloading Rudiments:</span><br><br>
<p>You can download the most current source distribution of <b>rudiments</b>
from <a href="http://www.firstworks.com">http://www.firstworks.com</a>.</p>
<span class="heading">Unpacking Rudiments:</span><br><br>
<p>To unpack the distribution, copy the file to a location on your machine
that you have access to and execute the following commands:<p>
<ul>
<li>gunzip rudiments-X.XX.tar.gz</li>
<li>tar xf rudiments-X.XX.tar</li>
</ul>
<p>This will create a rudiments-X.XX directory. Change directories into that
directory.</p>
<span class="heading">Compiling Rudiments:</span><br><br>
<p>To compile <b>Rudiments</b>, read the INSTALL file,
then execute the following commands:</p>
<ul>
<li>configure</li>
<li>make</li>
</ul>
<p><b>Rudiments</b> should compile and function on unix-based systems
using the GNU development system. Other compilers may work too but have not
been tested on the current version.</p>
<span class="heading">Installing Rudiments:</span><br><br>
<p>To install <b>Rudiments</b>, become root and execute:</p>
<ul>
<li>make install</li>
</ul>
<p>By default, everything is installed under /usr/local/firstworks.</p>
<p>To uninstall <b>Rudiments</b>, become root and execute:</p>
<ul>
<li>make uninstall</li>
</ul>
<span class="heading">Classes:</span>
<p>For descriptions of each of the rudiments classes, see the <a href="reference.html">Rudiments Reference</a>.</p>
</body>
</html>
|