INSTALL
changeset 8125 814cc5cf0b66
parent 8120 67c3201365b1
child 8546 0d3f4a731233
equal deleted inserted replaced
8124:499151efdd72 8125:814cc5cf0b66
     6  - SDL_net >= 1.2.5
     6  - SDL_net >= 1.2.5
     7  - SDL_mixer >= 1.2
     7  - SDL_mixer >= 1.2
     8  - SDL_image >= 1.2
     8  - SDL_image >= 1.2
     9  - SDL_ttf >= 2.0
     9  - SDL_ttf >= 2.0
    10  - Lua >= 5.1.0
    10  - Lua >= 5.1.0
    11  - Physfs >= 2.0
    11  - Physfs >= 2.1
    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
    18  - FFmpeg or LibAV
    18  - FFmpeg or LibAV
    19  - GLUT (when SDL < 2)
    19  - GLUT (when SDL < 2)
    20 For compressed screenshots:
    20 For compressed screenshots:
    21  - libpng
    21  - libpng
    22 
    22 
    23 Lua and Physfs will be automatically built if not found.
    23 Lua will be automatically built if not found.
    24 
    24 
    25 
    25 
    26 1. Configure:
    26 1. Configure:
    27 $ cmake .
    27 $ cmake .
    28 or
    28 or