home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / popc221h.zip / README < prev    next >
Text File  |  1994-04-01  |  2KB  |  50 lines

  1. #/* Copyright 1993,1994 by Carl Harris, Jr.
  2. # * All rights reserved
  3. # *
  4. # * Distribute freely, except: don't remove my name from the source or
  5. # * documentation (don't take credit for my work), mark your changes (don't
  6. # * get me blamed for your possible bugs), don't alter or remove this
  7. # * notice.  May be sold if buildable source is provided to buyer.  No
  8. # * warrantee of any kind, express or implied, is included with this
  9. # * software; use at your own risk, responsibility for damages (if any) to
  10. # * anyone resulting from the use of this software rests entirely with the
  11. # * user.
  12. # *
  13. # * Send bug reports, bug fixes, enhancements, requests, flames, etc., and
  14. # * I'll try to keep a version up to date.  I can be reached as follows:
  15. # * Carl Harris   <ceharris@vt.edu>
  16. # */
  17.  
  18. popclient is a POP2/POP3 compliant mail retrieval client.  It compiles 
  19. and installs cleanly on most systems.  When compiling on SysV-based systems 
  20. you will probably need to add '-lbsd' to the LIBS variable in the Makefile.
  21. I personally have compiled and tested popclient on the following systems:
  22.  
  23. o    Ultrix 4.2A, 4.3, 4.3A
  24. o    DEC/OSF1 1.x
  25. o    NetBSD 0.9
  26. o    AIX 3.2.x
  27. o    Sequent DYNIX 3.2.x
  28.  
  29. Others tell me that it compiles easily on
  30.  
  31. o    Linux 0.9, 1.0
  32. o    SunOS 4.x
  33.  
  34. Sorry, there is no cutesy 'Configure' script.  You'll have to edit the
  35. Makefile and config.h -- I've done my best to include reasonable defaults
  36. for most everything.
  37.  
  38. Once the Makefile and config.h are ready, do the following:
  39.  
  40. o    'make'
  41. o    'su' and 'make install'
  42.  
  43. and you're ready to go.  Be sure to 'man popclient' -- the man page is 
  44. fairly extensive.
  45.  
  46. Enjoy!
  47.  
  48. Carl Harris <ceharris@vt.edu>
  49. 1 April 1994
  50.