Maemo-related tweaks and keyboard mappings
[tennix.git] / README.Maemo
blob04100be54c2c90bba02654e78ba2736347d348b1
1 To enable some code tweaks for the Maemo Platform (Nokia Internet Tablets),
2 compile with "make MAEMO=1". This will enable (and disable) some features
3 that are needed or unnecessary on Nokia Internet Tablets (i.e. Multiplayer).
5 For audio to work, you have to convert the .ogg files in the "data/" folder
6 to .wav files (Maemo's SDL seems to not have Ogg support compiled in). For
7 the background.ogg file, you can create a dummy file with the following
8 command: "arecord -twav -d1 background.wav". This makes the binary smaller.
10 For all other .ogg files in the "data/" folder, you can use "oggdec *.ogg".