make it possible to override CXX from the command line
[rofl0r-df-libgraphics.git] / README.linux
blobc80551a62ab903db2d50417b3bddd8a6dd688718
1 -------------------
2 System Requirements
3 -------------------
5 In addition to the hardware requirements (which will be the same as the other
6 platforms) your system will need these libraries installed:
8 * GTK+ 2+
9 * SDL 1.2+
10 * SDL_image
12 And some kind of OpenGL implementation, so:
14 * libgl
15 * libglu
19 -------------------
20 Commandline Options
21 -------------------
23 -sound_output : sets the sound system to use. Possible values:
24     ALSA - Use the Advanced Linux Sound Architecture. (default)
25     OSS  - Use the Open Sound System.
26     ESD  - Use the Enlightenment Sound Daemon.
27     
28 If you need to use one of the alternative systems and want to avoid 
29 having to run from a terminal everytime, add the switch and the sound
30 system required to the df script. 
34 -------------------
35   Known   Issues
36 -------------------
38 * If the mouse cursor is enabled, and you are running fullscreen
39   it reacts strangely around the leftmost and topmost edges of the screen.
40 * Recorded movies will flicker every few frames, with artifacts on
41   larger screen sizes.
42 * If the lock keys (caps lock, num lock, etc) do not work for you, open
43   the df file in a text editor and remove the line that reads
44   
45   export SDL_DISABLE_LOCK_KEYS=1
46   
47   it's a work around for a bug in the SDL package in Debian based distributions,
48   that reverses the behaviour of the above environmental variable.