File: guide.html

package info (click to toggle)
rudiments 0.31-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,516 kB
  • ctags: 3,248
  • sloc: asm: 23,776; cpp: 22,792; sh: 7,769; ansic: 1,769; makefile: 1,054; xml: 169; perl: 19
file content (63 lines) | stat: -rw-r--r-- 1,658 bytes parent folder | download | duplicates (2)
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>