Update the installation instructions
authorJason Self <j@jxself.org>
Sun, 24 Dec 2023 20:50:46 +0000 (12:50 -0800)
committerJason Self <j@jxself.org>
Sun, 24 Dec 2023 20:50:46 +0000 (12:50 -0800)
readme.txt

index 12559d75d9898c1d356b3a8c74e037e95e02f0f9..69cd66ce09b34b3187a88810ab9a2dde34228a0f 100644 (file)
@@ -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.