X-Git-Url: https://jxself.org/git/?p=inform.git;a=blobdiff_plain;f=readme.txt;fp=readme.txt;h=69cd66ce09b34b3187a88810ab9a2dde34228a0f;hp=12559d75d9898c1d356b3a8c74e037e95e02f0f9;hb=20cbfff96015938809d0e3da6cd0d83b76d27f14;hpb=99330473407e30340c77cd03cf74dd6ed24a5d15 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.