Add missing word 'place' and reflow the text to fit
[the-server-room.git] / README
1 This repository contains a copy of The Server Room by Daniel
2 Bartholomew.
3
4 https://www.linuxjournal.com/magazine/tale-two-languages
5 ftp://ftp.linuxjournal.com/pub/lj/listings/issue174/10130.tgz
6
7 Only the Inform 7 code mentioned being licensed under the GNU GPL 3.0.
8 The specific extension used by the Inform 7 version would actually
9 cause the game to include the "or, at your option, any later version"
10 wording as well.
11
12 http://inform7.com/extensions/Free%20Software%20Foundation/GNU%20General%20Public%20License%20v3/index.html
13
14 Since the Inform 6 version did not mention a license, Daniel
15 Bartholomew was contacted and confirmed that both were intended to be
16 licensed in that way:
17
18 https://social.bobcall.me/@jxself/102647489956981568
19
20 The recommended way to get a copy of this git repository is a
21 recursive clone:
22
23     git clone --recursive https://jxself.org/git/the-server-room.git
24
25 This will clone all submodules recurively. If you did not perform a
26 recurive clone, once you have a copy of this git repository you will
27 also need the source code for the standard library:
28
29     git submodule update --init --recursive
30
31 To compile this game you will also need version 6 of the Inform
32 compiler from https://jxself.org/git/?p=inform.git
33
34 Once the compiler has been compiled and is ready for use return to
35 this directory and run:
36
37     inform +include_path=lib the-server-room.inf
38
39 Or you can run the included build.sh script which does the same thing.
40
41 You will then get the story file for this game that can be run using
42 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux
43 distro probably has that packaged already for easy installation.
44
45 ---
46 Copyright (C) 2019 Jason Self <j@jxself.org>
47
48 You can redistribute and/or modify this file under the terms of the
49 GNU Affero General Public License as published by the Free Software
50 Foundation, either version 3 of the License, or (at your option) any
51 later version.
52
53 This file is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 Affero General Public License for more details.
57
58 You should have received a copy of the GNU Affero General Public
59 License along with this file. If not, see
60 <https://www.gnu.org/licenses/>.