X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=README.md;fp=README.md;h=ad9bf8ad7c1967de25900b47ee19222902ef8a45;hb=972cc6d27c1aac232694e898f86fa47a411c1762;hp=af8e5ca9632655b838e1b17b7d48a75c121cfb02;hpb=ff136ea5caf229ce3135cc6245051f40a9b443f3;p=debian%2Fpforth 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.