X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=readme.txt;h=63ce6df2000c80bee71793f49272ebddce44b287;hb=HEAD;hp=12559d75d9898c1d356b3a8c74e037e95e02f0f9;hpb=8760c1ba6442153afe76bcac742e086f90c59fe8;p=inform.git 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.