File:  [gforth] / gforth / INSTALL
Revision 1.2: download - view: text, annotated - select for diffs
Mon Oct 3 18:23:56 1994 UTC (29 years, 5 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

Very preliminary version

Create a machine description file for your machine, if necessary.

Make a symbolic link to machine.h, e.g.

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

make

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