From: Phil Burk Date: Sun, 27 Nov 2022 19:28:23 +0000 (-0800) Subject: tweak README X-Git-Url: https://git.gag.com/?p=debian%2Fpforth;a=commitdiff_plain;h=972cc6d27c1aac232694e898f86fa47a411c1762 tweak README --- diff --git a/README.md b/README.md index af8e5ca..ad9bf8a 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ To run the all-in-one pForth enter: ./pforth_standalone -OR to run using the dictionary file enter: +OR, to run using the dictionary file, enter: - pforth + ./pforth Quick check of Forth: @@ -133,8 +133,10 @@ On Unix and MacOS using Makefile: cd platforms/unix make test -Using CMake +Using CMake: + cmake . + make cd fth ./pforth include tester.fth @@ -149,7 +151,7 @@ To run the other tests, enter: They will report the number of tests that pass or fail. -You can also test pForth kernel without loading a dictionary. +You can also test pForth kernel without loading a dictionary using option "-i". Only the primitive words defined in C will be available. This might be necessary if the dictionary can't be built.