home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE0.TAR / README < prev    next >
Encoding:
Text File  |  1991-08-27  |  3.2 KB  |  84 lines

  1.         README for Xarchie - X11 browser interface to Archie
  2.  
  3.         George Ferguson, ferguson@cs.rochester.edu
  4.  
  5.              Last Change: 28 Aug 1991
  6.  
  7. DISCLAIMER:
  8.  
  9.      This is release 1.1.
  10.  
  11.      This software is provided as is with no warranty expressed or
  12.      implied. I hope you find it useful, but I won't be held responsible
  13.      for any damage that may occur from reading, compiling, installing,
  14.      using, or even thinking about it.
  15.  
  16.      You are free to use any parts of the code that I wrote for other
  17.      purposes. It would be nice if you could keep my name on some part of
  18.      whatever the final product is. Parts of the code that are derived from
  19.      the Prospero archie client are subject to their own copyright, which
  20.      is included in aquery.c and other files that were not written by me.
  21.      See the file "copyright.h" for details. Examples of other things
  22.      Prospero can do are in the file "README.PROSP" in this distribution.
  23.  
  24.      The original standalone archie client was written by Brendan Kehoe,
  25.      (brendan@cs.widener.edu), based on the Prospero archie client by
  26.      Clifford Neuman, (bcn@isi.edu). The file "README.FILES" describes
  27.      the files that are shared with these clients. The archie service was
  28.      conceived of and implemented by Alan Emtage (bajan@cs.mcgill.ca) and
  29.      Peter Deutsch (peterd@expresso.cc.mcgill.ca).
  30.  
  31. INSTALLATION:
  32.  
  33.      1. Edit the Imakefile to reflect any changes for your site. These
  34.     include setting BINDIR, LIBDIR, and MANDIR if needed, and
  35.     checking CDEBUGFLAGS if debugging or optimization is desired.
  36.  
  37.     [from Brendan Kehoe (brendan@cs.widener.edu)]
  38.     If your default C compiler is gcc, dirsend.c shouldn't be compiled
  39.     with Gnu C.  Until gcc 2.0, structure passing is completely hosed
  40.     on Suns -- and the inet_ntoa() calls in dirsend will seg fault.
  41.     There is a suitable target that you can uncomment if you are
  42.     using gcc.
  43.  
  44.     Compiling this program requires the "ad2c" program. You should
  45.     have received a copy of ad2c with this distribution, in the
  46.     subdirectory "Ad2c". You should    set the AD2C variable as
  47.     required. Actually, ad2c is only required if you change    Xarchie.ad
  48.     and want the new defaults compiled in as fallback resources. If
  49.     you don't have ad2c, you probably want to remove the line that
  50.     adds Xarchie.ad.h to the "clean" target.
  51.  
  52.         You may want to change defaults in Xarchie.ad; consult the man page
  53.     for details, and see above about ad2c.
  54.  
  55.      2. Execute
  56.         % xmkmf
  57.     to create the Makefile.
  58.  
  59.      3. Execute
  60.         % make Makefiles
  61.     to run xmkmf in the Ad2c and EzMenu subdirectories. Alternately,
  62.     run it (or imake) in each subdirectory by hand.
  63.  
  64.      4. Execute
  65.         % make depend
  66.     to add the dependencies to the Makefile. This is necessary to
  67.     ensure that Xarchie.ad.h is created when needed.
  68.     IMPORTANT: Ignore the error message from makedepend if Xarchie.ad.h
  69.            is not found; it will be created automatically.
  70.  
  71.      4. Make the package using
  72.         % make
  73.     or install it directly with
  74.         % make install install.man
  75.     Note that this will also "make install" in Ad2c and EzMenu by
  76.     default. Since you may want to install xarchie without installing
  77.     these other things, you can instead do
  78.         % make install.xarchie
  79.     to install xarchie, its resource file, and its man page only.
  80.  
  81. HISTORY:
  82.      Version 1.1 - 28 Aug 1991
  83.     Released to comp.sources.x.
  84.