home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-base.tgz / gawk-2.15.6-base.tar / fsf / gawk / INSTALL < prev    next >
Text File  |  1993-12-29  |  977b  |  33 lines

  1. December, 1993 - arnold@skeeve.atl.ga.us
  2.  
  3. These are minimal instructions for installing gawk on a Unix system.
  4. Full instructions for installing and porting gawk are given in Chapter 16
  5. of the manual.
  6.  
  7. 1. Look in the `config' directory for a file that is appropriate to your
  8.    Unix system.  For example, use `ultrix41' for Ultrix 4.1 or later, and
  9.    `sunos41' for SunOS 4.1.x.
  10.  
  11. 2. Type
  12.     ./configure FILE
  13.    where FILE is the name you chose earlier.
  14.  
  15. 3. Type
  16.     make
  17.    This should build gawk.
  18.  
  19. 4. Type
  20.     make -n install
  21.    to see where things will be installed by default. Edit the Makefile to
  22.    change these defaults if they are not appropriate to your system. Then
  23.    type
  24.     make install
  25.    to install gawk.
  26.  
  27. If you don't have GCC, or if your Unix version is not close enough to one
  28. of the ones in the `config' directory, then you will need to do more work;
  29. see the manual.
  30.  
  31. The next major release of gawk will use GNU Autoconf; the installation
  32. instructions will change then.
  33.