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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ralf Hoffmann">
<title>Installation</title>
<link rel="contents" href="sidemap.html" title="Content">
<link rel="start" href="index.html" title="Index">
<link rel="index" href="index.html" title="Index">
<link rel="prev" href="introduction.html" title="">
<link rel="next" href="config.html" title="">
<link rel="chapter" href="introduction.html" title="Introduction">
<link rel="chapter" href="installation.html" title="Installation">
<link rel="chapter" href="config.html" title="Configuration">
<link rel="chapter" href="usage.html" title="Usage">
<link rel="chapter" href="function.html" title="Function overview">
<link rel="chapter" href="todo.html" title="TODO">
<link rel="chapter" href="changelog.html" title="ChangeLog">
<link rel=stylesheet type="text/css" href="style.css">
</head>
<BODY ALINK="darkblue" BACKGROUND="../pics/winback.png" BGCOLOR="#8E8E8E" LINK="darkblue" TEXT="#000000" VLINK="darkblue">
<a name="up"></a>
<center><h1>
<b>
<i>Installation</i>
</b>
</h1>
</center>
<ol>
<li>
<a href="#COM">Compile</a>
</li><br><br>
<li>
<a href="#INS">Installation</a>
</li>
</ol>
<center><a href="index.html"><b>Home</b></a></center>
<hr>
<h3>
<a NAME="COM"></a>
<i>1. Compile</i>
</h3>
<table border="1">
<tr><td>Step 1.1</td><td>./configure</td><td>if you want to install worker in a global directory (/usr/local as default).<br>This needs normally root-privileges!</td></tr>
<tr><td colspan="3"><b>OR</b> if you want to install worker in a different localtion then /usr/local</td></tr>
<tr><td>Step 1.2</td><td>./configure --prefix=<other dir></td><td>for installing in an other directory<br>e.g.: "./configure --prefix=/home/login"</td></tr>
<tr><td></td><td colspan="2">Of course you can add additional args.<br><u><b>This step doesn't install anything!</b></u><br><br></td></tr>
<tr><td>Step 2</td><td>make</td><td>Compiling</td></tr>
<tr><td></td><td colspan="2"><span style="font-size:12pt">If there are any errors check your configuration.</span></td></tr>
</table>
<p>
If you have any problems feel free to send a mail to the
<A HREF="introduction.html#AUT">Author</A> containing detailed information.
<table width=90%>
<tr><td width=80%></td>
<td align=right><a href="#up"><font color="red"><b>^ up ^</b></font></a></td>
</tr>
</table>
<hr>
<h3>
<a NAME="INS"></a>
<i>2. Installation</i>
</h3>
<table border="1">
<tr><td>Step 3</td><td>su</td><td>to become root (needs root-password!)<br><u>Only</u> if you don't have write-permissions for the installdir</td></tr>
<tr><td>Step 4</td><td>make install</td><td>for installing</td></tr>
</table>
<hr>
The program can be started with
<ul><li>worker</li></ul>
<hr>
If you want to you can add Worker to the menu of your WindowManager now.
<br><br>
In the icons-directory you can find one icon which get installed in <prefix>/share/pixmaps. You can use it if you want to.
<hr>
If you would like to uninstall Worker, run
<UL>
<LI>
make uninstall
</LI>
</UL>
After doing this you can delete the directory "$HOME/.worker" for a complete uninstall.
<table width=90%>
<tr><td width=80%></td>
<td align=right><a href="#up"><font color="red"><b>^ up ^</b></font></a></td>
</tr>
</table>
<center>
<hr>
<a href="index.html"><b>Home</b></a>
</center>
</body>
</html>
|