X-Git-Url: https://jxself.org/git/?p=inform.git;a=blobdiff_plain;f=readme.txt;fp=readme.txt;h=63ce6df2000c80bee71793f49272ebddce44b287;hp=1f247273cea0a9a4c38139c41f7834d5a32740b2;hb=81ffe9a7de1db0b3a318a053b38882d1b7ab304c;hpb=d1090135a32de7b38b48c55d4e21f95da4c405bc diff --git a/readme.txt b/readme.txt index 1f24727..63ce6df 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,11 @@ This is the Inform compiler. It has been modified slightly to work better when the Inform standard library is in a non-standard location. -Compiling Inform is very easy. Install GCC and then: +Compiling Inform is very easy. You'll need a compiler (like GCC), +along with the GNU Autotools and GNU Make. -gcc *.c -o inform +First run autoreconf --install; then see the INSTALL file for +installation information. Inform 6 is published under the original Inform licence (which is proprietary), or under the Artistic License 2.0, at the user's choice.