5 In addition to the hardware requirements (which will be the same as the other
6 platforms) your system will need these libraries installed:
14 And (optional) some kind of OpenGL implementation, so:
19 you need "scons" to build the source.
24 it's not possible to compile the source with g++ 4.7.x due to
25 libstdc++ version incompatibilities with the one used by the
28 tested and known to work is g++ 4.4
29 on debian and ubuntu, you can install it via
30 apt-get install g++-4.4
32 to compile the source, use:
33 CXX=g++-4.4 scons [disable-gtk=1 disable-curses=1 disable-gl=1 disable-debug=1]
35 the options inside [] are optional.
36 if neither gtk nor curses are enabled, messageboxes displaying
37 information or asking questions such as "should the game run
38 fullscreen" ? are asked on the terminal window you started
39 df from, so be sure to keep an eye on it the first time
46 -sound_output : sets the sound system to use. Possible values:
47 ALSA - Use the Advanced Linux Sound Architecture. (default)
48 OSS - Use the Open Sound System.
49 ESD - Use the Enlightenment Sound Daemon.
51 If you need to use one of the alternative systems and want to avoid
52 having to run from a terminal everytime, add the switch and the sound
53 system required to the df script.
61 * If the mouse cursor is enabled, and you are running fullscreen
62 it reacts strangely around the leftmost and topmost edges of the screen.
63 * Recorded movies will flicker every few frames, with artifacts on
65 * If the lock keys (caps lock, num lock, etc) do not work for you, open
66 the df file in a text editor and remove the line that reads
68 export SDL_DISABLE_LOCK_KEYS=1
70 it's a work around for a bug in the SDL package in Debian based distributions,
71 that reverses the behaviour of the above environmental variable.