From 11b3574bd35e95ff62f2cf7a5ae95d6b9d10c4e8 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 14 Jul 2019 14:52:35 -0700 Subject: [PATCH] Remove Inform as a submodule --- .gitmodules | 5 +---- README | 10 ++++------ build.sh | 5 +---- inform | 1 - 4 files changed, 6 insertions(+), 15 deletions(-) delete mode 160000 inform diff --git a/.gitmodules b/.gitmodules index 172c47f..149d6ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [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 diff --git a/README b/README index 2ddea60..dc509ae 100644 --- a/README +++ b/README @@ -4,16 +4,14 @@ standard library: 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. diff --git a/build.sh b/build.sh index a0a1639..d674e2d 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,4 @@ # 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 diff --git a/inform b/inform deleted file mode 160000 index d109013..0000000 --- a/inform +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d1090135a32de7b38b48c55d4e21f95da4c405bc -- 2.31.1