X-Git-Url: https://jxself.org/git/?p=the-mall.git;a=blobdiff_plain;f=README;h=dc509aeca17fc78c3d760bd310f8173ae83ae70a;hp=2ddea60b07a667e0c51372bf95189e0b94349872;hb=11b3574bd35e95ff62f2cf7a5ae95d6b9d10c4e8;hpb=61ad1023d2b4eda584e03cd1bda85d51936fdab1 diff --git a/README b/README index 2ddea60..dc509ae 100644 --- a/README +++ b/README @@ -4,16 +4,14 @@ standard library: git submodule init git submodule update -First build the compiler: - - cd inform - gcc *.c -o inform - cd ../ +You also need to have my modified version of the Inform compiler. See +https://jxself.org/git/?p=inform.git to download and install the +compiler on your system. Once the compiler has been compiled and is ready for use return to this directory and run: - ./inform/inform +include_path=lib the-mall + inform +include_path=lib the-mall Or you can run the included build.sh script which does the same thing.