X-Git-Url: https://jxself.org/git/?p=the-mall.git;a=blobdiff_plain;f=README;h=dc509aeca17fc78c3d760bd310f8173ae83ae70a;hp=e41b31b4c4df6c1bf605aa9db12e485765265ebd;hb=190266269f60677a68321906f34d6669a0b7744d;hpb=09f88206b02c6b2fe77258dee0dbdf49e59ded5d diff --git a/README b/README index e41b31b..dc509ae 100644 --- a/README +++ b/README @@ -4,19 +4,16 @@ 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, -assuming that the inform compiler is included in your PATH. +Or you can run the included build.sh script which does the same thing. You will then get the story file for this game that can be run using any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux