File:  [gforth] / gforth / INSTALL
Revision 1.3: download - view: text, annotated - select for diffs
Wed Nov 23 16:54:36 1994 UTC (29 years, 5 months ago) by anton
Branches: MAIN
CVS tags: HEAD
added package target to Makefile.in
some documentation changes

    1: Very preliminary version
    2: 
    3: You need gcc version 2.0 or later to compile gforth.
    4: 
    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: 
   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: 
   15: Now you can type
   16: 
   17: make

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