wmpop3lb: Add version 2.4.2 to repository.
[dockapps.git] / wmpop3lb / INSTALL
blob59b0a5d4eec36c0b67e10140b01db9570634ad1b
1 Installation instructions.
3 This has only been tested and compiled on a i386 Linux machine.
6     There are two methods to install WMPop3lb, either a system install
7 where all users have access to this file, OR a single user install
8 which installs WMPop3lb in the users home directory, this is useful 
9 if you have an account on someone else's computer.
11     First thing you should do is the following:
13     1> Remember you are using this at your own risk.
14     2> tar zxvf wmpop3lbx.x.tar.gz
15     3> cd wmpop3lb/wmpop3
18 Method 1.    System install
20 A system install will place the WMPop3lb binary in "/usr/local/bin", 
21 this can be done as follows (must be root for this ) :
22         
23             make install1
24             
25 Method 2.   Single user install
27 A single user install will create a directory called wmpop3lbx.x in the users
28 home directory, and copy the wmpop3 binary there. This install is as
29 follows:
31             make install2
33 Make sure you put this new directory in your path.
34 This usually can be done by placing the following in your login
35 shell setup file,( .bashrc, .bashrc_profile, .profile, etc ).
37         PATH=$PATH:~/wmpop3