| 42 | ==== Linux ==== |
| 43 | The Debian (unstable) and Ubuntu (feisty) package (it's the same) for crystalspace is outdated and mispackaged. Do not use them! |
| 44 | Let's hope they will fix them (Bug reported). |
| 45 | |
| 46 | '''Ubuntu 7.04 Festy:''' Works with ODE disabled (version is too old) |
| 47 | |
| 48 | '''Ubuntu 7.10 Gutsy:''' Everything should work (not tested yet) |
| 49 | |
| 50 | '''Debian Etch (stable):''' It does not work. Many libs outdated. |
| 51 | |
| 52 | '''Debian Lenny (testing):''' works great, only shaders are disabled |
| 53 | |
| 54 | '''Debian Sid (unstable):''' should work great too (not tested yet) |
| 55 | |
| 56 | '''"walktest" System Test:''' |
| 57 | * Thinkpad T42 with free 'radeon' driver: working, some font bugs, low performance |
| 58 | * P4 1.8, Gforce 3, proprietary driver: works great, only shaders are disabled |
| 59 | |
| 60 | '''HOW TO:''' |
| 61 | |
| 62 | Ubuntu: |
| 63 | {{{ |
| 64 | # aptitude install zlib1g-dev libpng12-dev libjpeg62-dev freetype6-dev libode0-dev libcal3d11-dev lib3ds-dev libogg-dev libmng-dev libcegui-mk2-dev libwxbase2.8-dev libcaca-dev libcgal-dev libx11-dev libasound2-dev libice-dev libsdl1.2-dev libvorbis-dev libcppunit-dev python2.5-dev |
| 65 | }}} |
| 66 | |
| 67 | Debian: |
| 68 | {{{ |
| 69 | # aptitude install zlib1g-dev libpng12-dev libjpeg-dev libfreetype6-dev libode0-dev libcal3d-dev lib3ds-dev libogg-dev libmng-dev libcegui-mk2-dev libwxbase-dev libcaca-dev libcgal-dev libx11-dev libasound2-dev libice-dev libsdl1.2-dev libvorbis-dev libcppunit-dev python2.5-dev |
| 70 | }}} |
| 71 | |
| 72 | {{{ |
| 73 | $ cd crystalspace-src-1.0.2 |
| 74 | $ ./configure |
| 75 | $ make |
| 76 | }}} |
| 77 | |
| 78 | http://www.crystalspace3d.org/main/Walktest_Tutorial |
| 79 | |
| 80 | {{{ |
| 81 | $ ./walktest |
| 82 | }}} |
| 83 | |
| 84 | other nice tests: waterdemo, ceguitest, phystut, g2dtest, ... and many more |
| 85 | |
| 86 | ==== Windows ==== |
| 87 | TODO |
| 88 | |
| 89 | |