Make AddMouseRegion's index unsigned
[dockapps.git] / wmpop3 / INSTALL
blobf7e9c80705261198f222ed43d22cc8826ca39e99
1 Installation instructions.
3 ALPHA warning.. This is still in the alpha stage and has only been
4 tested and compiled on a i386 Linux machine.
7     There are two methods to install WMPop3, either a system install
8 where all users have access to this file, OR a single user install
9 which installs WMPop3 in the users home directory, this is useful
10 if you have an account on someone else's computer.
12     First thing you should do is the following:
14     1> Remember you are using this at your own risk.
15     2> tar zxvf wmpop3-0.xx.tgz
16     3> cd wmpop3.app/wmpop3
19 Method 1.    System install
21 A system install will place the WMPop3 binary in "/usr/local/pub",
22 this can be done as follows (must be root for this ) :
24             make install1
26 Method 2.   Single user install
28 A single user install will create a directory called wmpop3 in the users
29 home directory, and copy the wmpop3 binary there. This install is as
30 follows:
32             make install2
34 Make sure you put this new directory in your path.
35 This usually can be done by placing the following in your login
36 shell setup file,( .bashrc, .bashrc_profile, .profile, etc ).
38         PATH=$PATH:~/wmpop3