equal
deleted
inserted
replaced
1 To compile and install you need: |
1 To compile and install you need: |
2 - CMake >= 2.6.0 |
2 - CMake >= 2.6.0 |
3 - FreePascal >= 2.2.4 |
3 - FreePascal >= 2.2.4 |
4 - Qt >= 4.7.0 |
4 - Qt >= 4.7.0 |
5 - SDL >= 1.2.5 |
5 - SDL >= 2.0 |
6 - SDL_net >= 1.2.5 |
6 - SDL_net >= 2.0 |
7 - SDL_mixer >= 1.2 |
7 - SDL_mixer >= 2.0 |
8 - SDL_image >= 1.2 |
8 - SDL_image >= 2.0 |
9 - SDL_ttf >= 2.0 |
9 - SDL_ttf >= 2.0 |
10 - Lua = 5.1.0 |
10 - Lua = 5.1.0 |
11 - Physfs >= 2.0.0 |
11 - Physfs >= 2.0.0 |
12 For server: |
12 For server: |
13 - Glasgow Haskell Compiler >= 6.10 |
13 - Glasgow Haskell Compiler >= 6.10 |
14 - bytestring-show package |
14 - bytestring-show package |
15 - dataenc package |
15 - dataenc package |
16 - hslogger package |
16 - hslogger package |
17 For videorecording: |
17 For videorecording: |
18 - FFmpeg or LibAV |
18 - FFmpeg or LibAV |
19 - GLUT (when SDL < 2) |
|
20 For compressed screenshots: |
19 For compressed screenshots: |
21 - libpng |
20 - libpng |
22 |
21 |
23 Lua will be automatically built if not found. |
22 Lua will be automatically built if not found. |
24 |
23 |