Annotation of gforth/INSTALL, revision 1.2

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

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