forked from the3dfxdude/7kaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
56 lines (41 loc) · 1.47 KB
/
README
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
45
46
47
48
49
50
51
52
53
54
55
Seven Kingdoms: Ancient Adversaries
-----------------------------------
Release version 2.15.5-dev
Project website: www.7kfans.com
This is a GPL release of the Seven Kingdoms: Ancient Adversaries thanks to
Enlight Software which granted the ability to license the game under a
free and open source license in 2009. See the file "COPYING" for the
details of the license. We are indebted to Enlight for making the 7kfans
project possible and giving a new chance to build a community for fans
of the game.
Summary of changes from 2.15.4 to 2.15.5
---------
System Requirements
---------
Supported operating systems
* Windows
* Linux
* MacOS
Supported architectures for multiplayer
* x86 compatible processor
Building the game
---------
Required dependencies
* GCC 4.6+ C++11 compliant compiler
* SDL 2.0.8
* enet 1.3.xx Reliable UDP networking library
* OpenAL-soft or equivalent driver
Optional dependencies
* Autoconf 2.65 (when using git snapshot)
* libcurl for full 7kfans multiplayer integration (website requires TLS1.2)
* gettext 0.19
* Game music: 7kaa-music-2.15
-> Packagers: Copy music into program data folder or PACKAGE_DATA_DIR
-> Make sure the file names are in upper-case
* NSIS for building a Windows installer
Running locally from source build
--------
To run the game from the build directory, you need to point to the game data
folder. The game data folder is set by the environment variable SKDATA. In
a bash shell, this can be accomplished by
$ SKDATA=data src/7kaa