INSTALL
branchsdl2transition
changeset 11362 ed5a6478e710
parent 11360 7a7611adf715
parent 10487 b69b91779f10
child 11839 4f44013e33d4
equal deleted inserted replaced
11361:31570b766315 11362:ed5a6478e710
     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.0
     3  - FreePascal >= 2.2.4
     4  - Qt >= 4.5.0
     4  - Qt >= 4.7.0
     5  - SDL >= 2.0
     5  - SDL >= 2.0
     6  - SDL_net >= 2.0
     6  - SDL_net >= 2.0
     7  - SDL_mixer >= 2.0
     7  - SDL_mixer >= 2.0
     8  - SDL_image >= 2.0
     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.1.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