Remove door property from mall exit
[the-mall.git] / README
diff --git a/README b/README
index 41c3e8edf392a7c4359c9e6e682a3de81fb0a12b..2ddea60b07a667e0c51372bf95189e0b94349872 100644 (file)
--- a/README
+++ b/README
@@ -4,16 +4,18 @@ 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.
+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