INSTALL
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:2k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. [Version 1.4.1]
  2.  This is the minimal set of things you need to build an Archie client
  3. that takes advantage of the Prospero system.  It is derived from the
  4. 4.2beta version of Prospero, currently available as the file prospero.tar.Z
  5. on the host cs.washington.edu.  See the README in here for the full scoop.
  6.  * To make the client under Unix:
  7.    * edit the Makefile, changing CC, OPTIONS, LDFLAGS, and RM if
  8.      necessary (odds are you won't have to do this..see below)
  9.    * edit the DEFINEs as necessary
  10.    * if archie.sura.net isn't "close" to you netwise, please edit
  11.      ARCHIE in the Makefile appropriately.  This is particularly important
  12.      if you're not in the US.  You don't need to touch archie.h anymore.
  13.    * type `make'
  14.  I've tried to make this as portable as possible.  I'd encourage you
  15. to try doing a "make" without any changes to the Makefile, and see how
  16. it goes.  If it pukes, and you have to define something, please drop
  17. me a line---my goal is for anybody to just type "make" and not have to
  18. worry about things like what functions their system supports.
  19.  * To make the client under VMS, just type @MAKE and it'll ask you
  20.    which of the available Archie servers is closest.  That's it!
  21.    The file `archie.hlp' is a VMS help file which can be added to your
  22.    system (or private) help library.
  23.  * To make the client under MSDOS or OS/2:
  24.    * with FTP Software's PC/TCP for MSDOS (version 2.1 or higher) and
  25.      OS/2 (version 1.1 and higher), use makefile.os2 or makefile.dos
  26.    * with CUTCP (NCSA telnet), use makefile.cut
  27. -- Brendan Kehoe (brendan@cygnus.com)