Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c8fe3aa221d04007b5e5f1c26efb33f2 > files > 161

worker-2.17.2-2mdv2010.0.i586.rpm

<!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=&lt;other dir&gt;</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 &lt;prefix&gt;/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>