]> Pileus Git - ~andy/fetchmail/blob - INSTALL
fdf5a8a7a88b5a6f7da836541dcf7f8d7b5ecea4
[~andy/fetchmail] / INSTALL
1 INSTALL Instructions for Popclient
2
3         $Log: INSTALL,v $
4         Revision 1.1  1996/06/28 14:09:41  esr
5         Initial revision
6
7         Revision 1.2  1995/08/10 00:32:17  ceharris
8         Preparation for 3.0b3 beta release:
9         -       added code for --kill/--keep, --limit, --protocol, --flush
10                 options; --pop2 and --pop3 options now obsoleted by --protocol.
11         -       added support for APOP authentication, including --with-APOP
12                 argument for configure.
13         -       provisional and broken support for RPOP
14         -       added buffering to SockGets and SockRead functions.
15         -       fixed problem of command-line options not being correctly
16                 carried into the merged options record.
17
18         Revision 1.1  1995/08/09 01:32:40  ceharris
19         Version 3.0 beta 2 release.
20         Added
21         -       .poprc functionality
22         -       GNU long options
23         -       multiple servers on the command line.
24         Fixed
25         -       Passwords showing up in ps output.
26
27
28
29 Installing popclient is easier than ever.  From within this directory,
30 type:
31
32         ./configure
33
34 The autoconfiguration script will spend a bit of time figuring out the
35 specifics of your system.  If you want to specify a particular compiler
36 (e.g. you have gcc but want to compile with cc), set the environment 
37 variable CC before you run configure.  
38
39 Next run
40
41         make
42
43 This will compile popclient for your system.  Lastly, become root and
44 run
45
46         make install
47
48 This will install popclient.  By default, popclient will be installed
49 in /usr/local/bin, with the man page in /usr/local/man/man1, and the
50 GNU info file in /usr/local/info.  If you wish to change these defaults,
51 edit the Makefile AFTER you run "configure" but BEFORE you run 
52 "make install."  You can easily choose a prefix other than /usr/local,
53 or you can choose completely different directories for each item.
54
55 See the file sample.poprc for a description of configuring your 
56 individual preferences.
57
58 Enjoy!