41c3e8edf392a7c4359c9e6e682a3de81fb0a12b
[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 will also need my modified version of the Inform compiler from 
8 https://jxself.org/git/?p=inform.git
9
10 Once the compiler has been compiled and is ready for use return to 
11 this directory and run:
12
13         inform +include_path=lib the-mall
14
15 Or you can run the included build.sh script which does the same thing, 
16 assuming that the inform compiler is included in your PATH.
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/