Installation

  1. Compile


  2. Installation
Home

1. Compile

Step 1.1./configureif you want to install worker in a global directory (/usr/local as default).
This needs normally root-privileges!
OR if you want to install worker in a different localtion then /usr/local
Step 1.2./configure --prefix=<other dir>for installing in an other directory
e.g.: "./configure --prefix=/home/login"
Of course you can add additional args.
This step doesn't install anything!

Step 2makeCompiling
If there are any errors check your configuration.

If you have any problems feel free to send a mail to the Author containing detailed information.
^ up ^


2. Installation

Step 3suto become root (needs root-password!)
Only if you don't have write-permissions for the installdir
Step 4make installfor installing

The program can be started with
If you want to you can add Worker to the menu of your WindowManager now.

In the icons-directory you can find one icon which get installed in <prefix>/share/pixmaps. You can use it if you want to.
If you would like to uninstall Worker, run After doing this you can delete the directory "$HOME/.worker" for a complete uninstall.
^ up ^

Home