INSTALL.md
changeset 15985 e42d1819b150
parent 15876 1878d95d6e15
equal deleted inserted replaced
15984:bb847fe6d51c 15985:e42d1819b150
    79     - `entropy`
    79     - `entropy`
    80     - `zlib` >= 0.5.3 and < 0.7
    80     - `zlib` >= 0.5.3 and < 0.7
    81     - `regex-tdfa`
    81     - `regex-tdfa`
    82     - `binary` >= 0.8.5.1
    82     - `binary` >= 0.8.5.1
    83 
    83 
       
    84 If you use the `Cabal` based build process:
       
    85     - `zlib` is not needed.
       
    86     - `network` >= 3.0
       
    87     - `network-bsd` >= 2.8.1
       
    88 
    84 Building
    89 Building
    85 --------
    90 --------
    86 
    91 
    87 ### Summary
    92 ### Summary
    88 
    93 
   138 
   143 
   139     # make install
   144     # make install
   140 
   145 
   141 That's all! Enjoy!
   146 That's all! Enjoy!
   142 
   147 
       
   148 ### Building the Hedgewars Server only
       
   149 
       
   150 The Hedgewars Server can also be built separately using `Cabal`. All necessary
       
   151 files, including the `hedgewars-server.cabal`, are in the `gameServer`
       
   152 subdirectory.
       
   153 For most users, the server isn't needed, and this possibility is targeted
       
   154 primarily at packagers. If you don't know how to build Haskell projects with
       
   155 `Cabal`, this option is likely not for you. Instead use the `cmake` based
       
   156 instructions above.
       
   157 
   143 Troubleshooting
   158 Troubleshooting
   144 ---------------
   159 ---------------
   145 
   160 
   146 ### Qt is installed but it can't be found
   161 ### Qt is installed but it can't be found
   147 
   162