Diff for /gforth/INSTALL between versions 1.1 and 1.3

version 1.1, 1994/02/11 16:30:45 version 1.3, 1994/11/23 16:54:36
Line 1 Line 1
 Very preliminary version  Very preliminary version
   
   You need gcc version 2.0 or later to compile gforth.
   
 Create a machine description file for your machine, if necessary.  Create a machine description file for your machine, if necessary.
   
 Make a symbolic link to machine.h, e.g.  Make a symbolic link to machine.h, e.g.
   
 ln -s decstation.h machine.h  ln -s decstation.h machine.h
   
   Make a symbolic link from mach32l.fs or mach32b.fs to machine.fs
   
   Edit the Makefile (in particular the SWITCHES variable)
   
 Now you can type  Now you can type
   
 make  make

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>