Update to commit e2647ad952b4d7afc9a186429c181efbc4958786
[inform.git] / readme.txt
index 63ce6df2000c80bee71793f49272ebddce44b287..12559d75d9898c1d356b3a8c74e037e95e02f0f9 100644 (file)
@@ -1,41 +1,39 @@
-This is the Inform compiler. It has been modified slightly to work 
-better when the Inform standard library is in a non-standard 
-location.
+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. You'll need a compiler (like GCC), 
-along with the GNU Autotools and GNU Make.
+Compiling Inform is very easy. Install GCC and then:
 
-First run autoreconf --install; then see the INSTALL file for  
-installation information.
+gcc src/*.c -o inform
 
-Inform 6 is published under the original Inform licence (which is 
+Inform 6 is published under the original Inform licence (which is
 proprietary), or under the Artistic License 2.0, at the user's choice.
 
-When getting a copy of the software I selected that my copy would be 
+When getting a copy of the software I selected that my copy would be
 under the Artistic License 2.0.
 
-Once I had a copy of the software under that license I invoked the 
-Artistic License's "relicensing" clause in Section 4(c)(ii) to 
-relicense under the GNU General Public License. This copy of Inform is 
+Once I had a copy of the software under that license I invoked the
+Artistic License's "relicensing" clause in Section 4(c)(ii) to
+relicense under the GNU General Public License. This copy of Inform is
 now licensed in that way.
 
-Based on 
-https://web.archive.org/web/20160326074115/http://www.perlfoundation.org/artistic_2_0_notes 
-from the Perl Software Foundation, who wrote both the Artistic License 
+Based on
+https://web.archive.org/web/20160326074115/http://www.perlfoundation.org/artistic_2_0_notes
+from the Perl Software Foundation, who wrote both the Artistic License
 1.0 and 2.0, the GPL qualifies under 4(c)(ii).
 
 --
 This file is part of Inform.
-Inform is free software: you can redistribute it and/or modify it 
-under the terms of the GNU General Public License as published by the 
-Free Software Foundation, either version 3 of the License, or (at your 
+
+Inform is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation, either version 3 of the License, or (at your
 option) any later version.
 
-Inform is distributed in the hope that it will be useful, but WITHOUT 
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
+Inform is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
 for more details.
 
-You should have received a copy of the GNU General Public License 
+You should have received a copy of the GNU General Public License
 along with Inform. If not, see https://gnu.org/licenses/