| 3 | | == Get sources == |
| 4 | | You have two options here: |
| 5 | | * use stable release tarball from [/downloads downloads] page |
| 6 | | * checkout current development version from svn: |
| 7 | | {{{ |
| 8 | | svn co https://web-yard.de/svn/mmpong/trunk mmpong |
| 9 | | }}} |
| 10 | | |
| 11 | | == Check dependencies == |
| 12 | | Make sure you have installed the development files of the following libraries (grouped by mmpong-package). The server only requires pthreads (which should be available on every POSIX system). |
| 13 | | * cmake (best >= 2.6) |
| 14 | | * for mmpong-caca you need: |
| 15 | | * caca (requires version 0.99'''beta16''' or later) |
| 16 | | * for mmpong-gl you need: |
| 17 | | * sdl1.2 |
| 18 | | * sdl-image1.2 |
| 19 | | * sdl-mixer1.2 |
| 20 | | * cegui-mk2 |
| 21 | | * glew |
| 22 | | |
| | 3 | == Prequisites == |
| | 4 | Be sure to check the general [wiki:Build] page before reading this. |