From 20cbfff96015938809d0e3da6cd0d83b76d27f14 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 24 Dec 2023 12:50:46 -0800 Subject: [PATCH] Update the installation instructions --- readme.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 12559d7..69cd66c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,15 @@ This is the Inform compiler. It has been modified slightly to work better when the Inform standard library is in a non-standard location and to make it compatible with the GNU FSDG. -Compiling Inform is very easy. Install GCC and then: +Compiling Inform is very easy. Install GCC and GNU Autoconf and then +run: autoreconf --install -gcc src/*.c -o inform +After that it's the usual dance of: +./configure +make +make install + +Run ./configure --help to see a list of available options. Inform 6 is published under the original Inform licence (which is proprietary), or under the Artistic License 2.0, at the user's choice. -- 2.31.1