Annotation of gforth/INSTALL, revision 1.3

1.1       anton       1: Very preliminary version
                      2: 
1.3     ! anton       3: You need gcc version 2.0 or later to compile gforth.
        !             4: 
1.1       anton       5: Create a machine description file for your machine, if necessary.
                      6: 
                      7: Make a symbolic link to machine.h, e.g.
                      8: 
                      9: ln -s decstation.h machine.h
                     10: 
1.2       anton      11: Make a symbolic link from mach32l.fs or mach32b.fs to machine.fs
                     12: 
                     13: Edit the Makefile (in particular the SWITCHES variable)
                     14: 
1.1       anton      15: Now you can type
                     16: 
                     17: make

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