Update the library to version 6.12.4
[vengeance.git] / README
1 This git repository contains a copy of Vengeance by Victor Gijsbers. 
2
3 On June 27 2019 Victor Gijsbers provided the source code and indicated 
4 it was licensed under the Creative Commons Attribution-NonCommercial 
5 4.0 licence (which is proprietary), or under the GNU GPL 2.0 or any 
6 later version, at the user's choice.
7
8 When getting a copy of the software I selected that my copy would be 
9 under the GNU GPL 2.0. I then took advantage of the "or any later 
10 version" option and upgraded it the GNU GPL 3.0. This copy of 
11 Vengeance is now licensed in that way.
12
13 https://intfiction.org/t/victor-gijsberss-if-archive-2004-2019/41659
14 http://lilith.cc/~victor/uploads/if/Archive2004-2019.zip
15
16 The recommended way to get a copy of this git repository is a 
17 recursive clone:
18
19     git clone --recursive https://jxself.org/git/?p=vengeance.git
20
21 This will clone all submodules recurively. If you did not perform a 
22 recurive clone, once you have a copy of this git repository you will 
23 also need the source code for the standard library:
24
25     git submodule update --init --recursive
26
27 To compile this game you will also need version 6 of the Inform 
28 compiler from https://jxself.org/git/?p=inform.git
29
30 Once the compiler has been compiled and is ready for use return to 
31 this directory and run:
32
33     inform +include_path=lib vengeance.inf
34
35 Or you can run the included build.sh script which does the same thing.
36
37 You will then get the story file for this game that can be run using 
38 any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux 
39 distro probably has that packaged already for easy installation.
40
41 --
42 Copyright (C) 2019 Jason Self <j@jxself.org>
43
44 This file is free software: you may copy, redistribute and/or modify 
45 it under the terms of the GNU Affero General Public License as 
46 published by the Free Software Foundation, either version 3 of the 
47 License, or (at your option) any later version.
48
49 This file is distributed in the hope that it will be useful, but 
50 WITHOUT ANY WARRANTY; without even the implied warranty of 
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
52 Affero General Public License for more details.
53
54 You should have received a copy of the GNU Affero General Public 
55 License along with this file. If not, see https://gnu.org/licenses/