File:  [gforth] / gforth / INSTALL
Revision 1.2: download - view: text, annotated - select for diffs
Mon Oct 3 18:23:56 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Updated ToDo and INSTALL; Wrote README; Lifted COPYING and getopt*
from other packages;  removed $Id$ lines from some files

    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: 
    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: 
   13: Now you can type
   14: 
   15: make

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