X-Git-Url: https://jxself.org/git/?p=the-mall.git;a=blobdiff_plain;f=README;h=e41b31b4c4df6c1bf605aa9db12e485765265ebd;hp=41c3e8edf392a7c4359c9e6e682a3de81fb0a12b;hb=09f88206b02c6b2fe77258dee0dbdf49e59ded5d;hpb=5f6f629fbf4ac352c729bf59c036a58c8bfb28d8 diff --git a/README b/README index 41c3e8e..e41b31b 100644 --- a/README +++ b/README @@ -4,13 +4,16 @@ standard library: git submodule init git submodule update -You will also need my modified version of the Inform compiler from -https://jxself.org/git/?p=inform.git +First build the compiler: + + cd inform + gcc *.c -o inform + cd ../ Once the compiler has been compiled and is ready for use return to this directory and run: - inform +include_path=lib the-mall + ./inform/inform +include_path=lib the-mall Or you can run the included build.sh script which does the same thing, assuming that the inform compiler is included in your PATH.