You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
philburk edited this page Dec 17, 2014
·
3 revisions
How to Compile pForth on Unix or Mac
We provide a simple Makefile for compiling.
Details
CD to "build/unix"
Enter: make all
This is a complete build. It will create an executable image and associated "pforth.dic" file in the "fth/" folder. You may need to remove the -C89 option from the Makefile if there are too many warnings.
It will also create a standalone executable image that includes the dictionary compiled inside. To run it enter: