0f6fd958cc88eede29ee23ccf4895f4e8f707293
[beyond-the-titanic.git] / BUILD
1 In order to compile this game you need a Pascal compiler. The Free Pascal 
2 Compiler works: http://freepascal.org/ 
3
4 Your GNU/Linux distro may already have it packaged. In the Trisquel GNU/Linux 
5 distro for example: sudo apt-get install fpc
6
7 To compile it then run:
8 fpc src/BEYOND.PAS
9
10 The binary will be named BEYOND and stored in the src directory.
11
12 --
13 Copyright (C) 2014 Jason Self <j@jxself.org>
14
15 This file is free software: you may copy, redistribute and/or modify it  
16 under the terms of the GNU Affero General Public License as published by the  
17 Free Software Foundation, either version 3 of the License, or (at your 
18 option) any later version.  
19
20 This file is distributed in the hope that it will be useful, but WITHOUT ANY 
21 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 
22 A PARTICULAR PURPOSE. See the GNU Affero General Public License for more 
23 details.  
24
25 You should have received a copy of the GNU General Public License along
26 with this program; if not, see https://gnu.org/licenses or write to:
27   Free Software Foundation, Inc.
28   51 Franklin Street, Fifth Floor
29   Boston, MA 02110-1301
30   USA