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
|
The Debian documentation package ships some samples that won't run out
of the box. This is because the data files aren't free (and for some
of them it's questionable if it's even allowed to distribute them). To
run these samples you might need to find replacements for the following
files:
samples/bin/datas/opengl/background.jpg
samples/bin/datas/opengl/texture.jpg
samples/bin/datas/pong/background.jpg
samples/bin/datas/pong/ball.png
samples/bin/datas/pong/ball.wav
samples/bin/datas/pong/cheeseburger.ttf
samples/bin/datas/pong/paddle_left.png
samples/bin/datas/pong/paddle_right.png
samples/bin/datas/post-fx/background.jpg
samples/bin/datas/post-fx/blur.sfx
samples/bin/datas/post-fx/cheeseburger.ttf
samples/bin/datas/post-fx/colorize.sfx
samples/bin/datas/post-fx/fisheye.sfx
samples/bin/datas/post-fx/nothing.sfx
samples/bin/datas/post-fx/wave.jpg
samples/bin/datas/post-fx/wave.sfx
samples/bin/datas/qt/sfml.png
samples/bin/datas/sound/footsteps.wav
samples/bin/datas/sound/lepidoptera.ogg
samples/bin/datas/wxwidgets/sfml.png
-- Christoph Egger <christoph@akazieLX>, Sun, 9 May 2010 11:36:34 +0200
|