home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / comm / net / amitcp / amitcp-2.2 / src / compiling < prev   
Encoding:
Text File  |  1993-12-21  |  1.0 KB  |  30 lines

  1. COMPILING THE AmiTCP/IP AND THE UTILITIES
  2.  
  3. $Revision: 2.1 $
  4.  
  5. SOME NOTES:
  6.  
  7.  - Only SAS/C 6.x is supported for now
  8.  - netinclude and netlib along with the assigns must be installed
  9.    before compiling anything
  10.  - SANA-II headers are now included in netinclude:
  11.  - if you intend to change src/kern/variables.src, then you must have
  12.    gawk (Gnu awk) installed to be able to compile the AmiTCP itself.
  13.    Gawk is not needed to compile the utilities. 
  14.  - The makefiles do not have decent dependencies, so if something is
  15.    changed you have better "smake clean" before retrying
  16.  - Agnet Smakefile requires the BumpRev from CBM NDU. You can get rid 
  17.    of it by editing the Smakefile, if you don't have BumpRev
  18.  
  19. COMPILING:
  20.  
  21. 1. netlib must be compiled first. Cd to the netlib: and give the
  22.    "smake" command.
  23. 2. cd to the src-directory and issue following commands:
  24.     smake gst
  25.     smake
  26. 3. cd to the util directory and issue the "smake" command
  27. 4. cd to the napsaterm/src directory and issue the smake command
  28.  
  29. The included Shell script "compile" does just that.
  30.