Remove dependency on local state in step()
[tennix.git] / README.Maemo
blobda72db66519f4e2e7d96ac9766ebafe0b671b428
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".
12 Don't forget to update both "makefile" and "data/makefile" to ".wav" instead
13 of ".ogg" for it to work correctly.