Update the library to version 6.12.4
[devours.git] / README
1 This repository contains a copy of All Things Devours by Toby Ord 
2 (half sick of shadows).
3
4 The author released the game to the public domain, allowing unlimited 
5 permission to copy and change it.
6
7 https://ifdb.tads.org/viewgame?id=5e23lnq25gon9tp3
8 http://mirror.ifarchive.org/if-archive/games/source/inform/devours.inf
9 http://www.amirrorclear.net/flowers/game/devours/devours.inf
10
11 The recommended way to get a copy of this git repository is a 
12 recursive clone:
13
14         git clone --recursive https://jxself.org/git/?p=devours.git
15
16 This will clone all submodules recurively. If you did not perform a 
17 recurive clone, once you have a copy of this git repository you will 
18 also need the source code for the standard library:
19
20         git submodule update --init --recursive
21
22 To compile this game you will also need version 6 of the Inform 
23 compiler from https://jxself.org/git/?p=inform.git
24
25 Once the compiler has been compiled and is ready for use return to 
26 this directory and run:
27
28         inform +include_path=lib devours.inf
29
30 Or you can run the included build.sh script which does the same thing.
31
32 You will then get the story file for this game that can be run using 
33 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux 
34 distro probably has that packaged already for easy installation.
35
36 --
37 Copyright (C) 2019 Jason Self <j@jxself.org>
38
39 This file is free software: you may copy, redistribute and/or modify 
40 it under the terms of the GNU Affero General Public License as 
41 published by the Free Software Foundation, either version 3 of the 
42 License, or (at your option) any later version.
43
44 This file is distributed in the hope that it will be useful, but 
45 WITHOUT ANY WARRANTY; without even the implied warranty of 
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
47 Affero General Public License for more details.
48
49 You should have received a copy of the GNU Affero General Public 
50 License along with this file. If not, see https://gnu.org/licenses/