[submodule "lib"]
path = lib
- url = https://jxself.org/git/informlib.git
-[submodule "inform"]
- path = inform
- url = https://jxself.org/git/inform.git
+ url = https://jxself.org/git/informlib.git
\ No newline at end of file
git submodule init
git submodule update
-First build the compiler:
-
- cd inform
- gcc *.c -o inform
- cd ../
+You also need to have my modified version of the Inform compiler. See
+https://jxself.org/git/?p=inform.git to download and install the
+compiler on your system.
Once the compiler has been compiled and is ready for use return to
this directory and run:
- ./inform/inform +include_path=lib the-mall
+ inform +include_path=lib the-mall
Or you can run the included build.sh script which does the same thing.
# You should have received a copy of the GNU Affero General Public
# License along with this file. If not, see https://gnu.org/licenses/
-cd inform
-gcc *.c -o inform
-cd ../
-./inform/inform +include_path=lib the-mall
\ No newline at end of file
+inform +include_path=lib the-mall
\ No newline at end of file
+++ /dev/null
-Subproject commit d1090135a32de7b38b48c55d4e21f95da4c405bc