home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 239.lha / amiga / REQUIREMENTS < prev    next >
Text File  |  1989-05-02  |  3KB  |  88 lines

  1.  
  2.     DNET (c)Copyright 1987-1989 Matthew Dillon, All Rights Reserved
  3.  
  4.     Matthew Dillon
  5.     891 Regal Rd
  6.     Berkeley, Ca. 94708
  7.     USA
  8.  
  9.     ...!ihnp4!ucbvax!dillon     USENET
  10.     dillon@ucbvax.Berkeley.edu    ARPANET
  11.     ucbvax.berkeley.edu pub/amiga    ARPANET-FTP
  12.  
  13.  
  14.              REQUIREMENTS TO RUN DNET ON AN AMIGA
  15.     (This distribution contains the necessary files for running dnet)
  16.  
  17.     ENV: must exist.  DNet creates and references ENV: variables
  18.  
  19.     DPIPE:        Required only if you intend to run remote CLIs
  20.             (SCLI needs it).  A proper Mountlist entry must be
  21.             added and l:dpipe-handler must be installed.
  22.  
  23.     DEVS:SERIAL.DEVICE    MUST be the 1.3 serial.device (from your 1.3
  24.                 workbench disk) for reliable operation.
  25.     LIBS:DRES.LIBRARY    must exist
  26.     S:DNET.SERVERS    must exist and must contain proper paths to
  27.              the various servers.
  28.     S:DNET.CONFIG    must exist
  29.     <dnet binaries>    All the DNet binaries must be in your path
  30.  
  31.     * read the README file for installation instructions
  32.  
  33.     * files available via USMail or ARPANet FTP to ucbvax.berkeley.edu,
  34.         in the pub/amiga directory as dnet.amiga.bin.tar.Z
  35.  
  36.                 FTP/ARPANET ACCESS
  37.  
  38.     ucbvax.berkeley.edu,    anonymous login, directory pub/amiga:
  39.         dnet.amiga.src.tar.Z
  40.         dnet.amiga.bin.tar.Z
  41.         dnet.unix.tar.Z
  42.         dres.tar.Z
  43.         sup32.tar.Z
  44.         dnet.amiga.support.tar.Z
  45.  
  46.  
  47.            REQUIREMENTS TO COMPILE DNET FOR AN AMIGA
  48.      (This distribution does not contain all files required for compiling)
  49.  
  50.            NOTE: SOURCE / MAKEFILES ARE FOR AZTEC C !
  51.            NOTE: the source directory structure must be maintained
  52.              as is.  You MUST modify the DMakefile's in the
  53.              source directories to fix the paths to your needs.
  54.  
  55.     Restore        -My backup/restore program ... only needed if DNet
  56.              is packaged in a .bak file to unpack it.
  57.     DMake        -My make program
  58.     Breakup        -absolute latest version of my breakup program,
  59.              nobody has it until now.
  60.     List        -Amiga OS V1.3 C:List (on the 1.3 workbench disk)
  61.     dres.lib        -Link library for DRES.LIBRARY
  62.     sup32.lib        -My support library
  63.     local/*.h        -#include's for my support library
  64.     local/makesymbols.c -Used to make the precompiled include file.  Only
  65.              required if you do not have symbols.m (symbols.m
  66.              precompiled include file on the disk is for
  67.              Aztec V3.6)
  68.  
  69.     <dnet-amiga-source> -Source to all the clients, servers, and protocol
  70.              driver.
  71.  
  72.     <dnet-amiga-source> is available via USMail or ARPANet FTP.  ARPANET
  73.     FTP: ucbvax.berkeley.edu, anonymous login, pub/amiga directory,
  74.     file is dnet.amiga.src.tar.Z
  75.  
  76.     The support executables are also required:    dnet.amiga.support.tar.Z
  77.  
  78.     NOTE:   Source for dres.library (& dres.lib) and sup32.lib are available
  79.     via USMail or ARPANet FTP (same as above).  Again, these should compile
  80.     cleanly under Aztec C after appropriate modifications to the DMakefile.
  81.     There is no support for compiling under Lattice C 'cause I don't have
  82.     Lattice C, and major modifications to the library source files would
  83.     probably be required in anycase.
  84.  
  85.         dres.tar.Z
  86.         sup32.tar.Z
  87.  
  88.