Step 1.1 | ./configure | if you want to install worker in a global directory (/usr/local as default). This needs normally root-privileges! | OR |
Step 1.2 | ./configure --prefix=<other dir> | for installing in an other directory i.e.: "./configure --prefix=/home/login" | |
Of course you can add additional args. This step doesn't install anything! | |||
Step 2 | make | Compiling | |
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 ^ |
Step 3 | su | to become root (needs root-password!) Only if you don't have write-permissions for the installdir |
Step 4 | make install | for installing |
^ up ^ |