-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathINSTALL
57 lines (40 loc) · 1.35 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
Installation Instructions
=========================
1. Installing the game data
---------------------------
Game root folder: /usr/local/games/d2x-xl
Game data: /usr/local/games/d2x-xl/data
Missions: /usr/local/games/d2x-xl/missions
Hires models: /usr/local/games/d2x-xl/models
Hires textures: /usr/local/games/d2x-xl/textures
Hires sounds: /usr/local/games/d2x-xl/sounds2
Mods: /usr/local/games/d2x-xl/mods
Configuration files: ~/.d2x-xl/config
Player profiles (pilots): ~/.d2x-xl/profiles
Save games: ~/.d2x-xl/savegames
Screenshots: ~/.d2x-xl/screenshots
Demos: ~/.d2x-xl/demos
Temporary files: ~/.d2x-xl/cache
2. Installing the program
--------------------------
2.1. Required packages
You will need to have the following modules and their devel packages installed:
SDL
SDL_mixer
SDL_image
Mesa
OpenMotif
DirectFB
It is recommended to download the SDL and SDL_mixer source code from
http://www.descent.de and to build and install SDL and SDL_mixer using these.
This is safe as it mainly fixes bugs in these libraries.
2.2. Building the program
To build D2X-XL on Linux cd to the source root folder and invoke the following
commands:
sh ./autogen.sh
chmod 0755 ./configure
./configure --enable-release=yes --enabled-debug=no
make
2.3 Updates
When updating the program, make sure to update the files from the latest D2X-XL
data release (d2x-xl-data-<version>.rar).