-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.install
44 lines (32 loc) · 983 Bytes
/
README.install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Building from source
====================
Dependencies
------------
* g++
* SDL 1.2
* SDL mixer 1.2
* GNU make
Build procedure
---------------
$ make depend
$ make
$ make install
DESTDIR and PREFIX are supported. See doc/mingw32.txt for Windows
build instructions.
Debian packging
---------------
$ dpkg-buildpackage -rfakeroot -b
Resulting .deb package is located in parent directory.
Testsuite
---------
Use "make test" to run testsuite. It plays the game with prerecorded
inputs and checks the CRC checksum of every output frame. This is
especially important if you are building on a weird architecture or
have changed something in the code.
Regenerating data/
------------------
It is possible to modify the data files that are included in the
fokker.dks file. Just modify the files in data_src with your favourite
image editor that understand the PCX format and then use the helper
script tools/build-data-from-source to regenerate contents of the
data/ directory.