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

Very preliminary version

You need gcc version 2.0 or later to compile gforth.

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>