From ecfb295d86f9028b8be989d685fc5428abf0a4c6 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 20 Aug 2019 19:22:45 -0700 Subject: [PATCH] Update the compiling instructions to be more explicit --- Readme | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Readme b/Readme index 93f7751..deebf2a 100644 --- a/Readme +++ b/Readme @@ -6,19 +6,13 @@ Z-Tornado is released under the terms of the GNU General Public License. For details, see the file COPYING, which should be part of this source distribution. -To build it, you need Inform 6.x (I only tried 6.21, so I don't know about -other versions). Just compile tornado.inf, which includes all other files. -You can get Inform at the IF-Archive. See: +To compile this game you will need the Inform compiler from +https://jxself.org/git/?p=inform.git -http://mirror.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6Xexecutables.html +Once the compiler has been compiled and is ready for use return to +this directory and run: -For details on how to compile Inform sources on your platform, please look -at the documentation of your compiler. - -To play it, you need a Z-code interpreter that supports timed input. Look -at the IF-Archive for an interpreter for your platform: - -http://mirror.ifarchive.org/indexes/if-archiveXinfocomXinterpreters.html + inform tornado.inf You can mail me at sfruehling@aon.at. -- 2.31.1