/[imapfilter]/imapfilter/README
ViewVC logotype

Diff of /imapfilter/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by lefcha, Fri Oct 5 13:17:52 2001 UTC revision 1.8 by lefcha, Fri Oct 26 11:23:56 2001 UTC
# Line 1  Line 1 
1  IMAPFilter CVS  IMAPFilter CVS
2  ==============  ==============
3    
4  Installation  Requirements
5  ------------  ------------
6  Edit config.h and enable/disable options accordingly.  The OpenSSL library (http://www.openssl.org) is needed if SSL/TLS protocol
7    support is enabled.
8    
9    
10    Configuration
11    -------------
12    You can change compilation/installation options and/or toggle program's
13    features using the supplied "config" Bourne shell script.  Type...
14    
15            ./config -h
16    
17    ... to see available options, their description and their default values.
18    
19    
20    Installation
21    ------------
22  Compile and install the program by typing:  Compile and install the program by typing:
23    
24          make          make
25          make install          make install
26    
 In case you want to install program's files in a different directory  
 than the default /usr/local, specify the directory path by:  
   
         make DESTDIR="/where/to/install" install  
   
27  To uninstall type:  To uninstall type:
28    
29          make uninstall          make uninstall

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26