Remove Inform as a submodule
[the-mall.git] / README
1 To compile this game first pull in my modified version of the Inform 
2 standard library:
3
4         git submodule init
5         git submodule update
6
7 You also need to have my modified version of the Inform compiler. See 
8 https://jxself.org/git/?p=inform.git to download and install the 
9 compiler on your system.
10
11 Once the compiler has been compiled and is ready for use return to 
12 this directory and run:
13
14         inform +include_path=lib the-mall
15
16 Or you can run the included build.sh script which does the same thing.
17
18 You will then get the story file for this game that can be run using 
19 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux 
20 distro probably has that packaged already for easy installation.
21
22 --
23 Copyright (C) 2019 Jason Self <j@jxself.org>
24
25 This file is free software: you may copy, redistribute and/or modify 
26 it under the terms of the GNU Affero General Public License as 
27 published by the Free Software Foundation, either version 3 of the 
28 License, or (at your option) any later version.
29
30 This file is distributed in the hope that it will be useful, but 
31 WITHOUT ANY WARRANTY; without even the implied warranty of 
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
33 Affero General Public License for more details.
34
35 You should have received a copy of the GNU Affero General Public 
36 License along with this file. If not, see https://gnu.org/licenses/