BuildingOnMac.wiki
changeset 110 e2dfaa09f48a
parent 109 a9367714eb49
child 111 2d161d513ee2
equal deleted inserted replaced
109:a9367714eb49 110:e2dfaa09f48a
    28 
    28 
    29 === (Optional) Server ===
    29 === (Optional) Server ===
    30 
    30 
    31 If you want to compile server for hosting lan games, you need to download a Haskell compiler: we are going to use the Glasgow Haskell Compiler.
    31 If you want to compile server for hosting lan games, you need to download a Haskell compiler: we are going to use the Glasgow Haskell Compiler.
    32 
    32 
    33   * download the Haskell Platform and install both the GHC and Haskell Platform - http://lambda.galois.com/hp-tmp/2010.2.0.0/haskell-platform-2010.2.0.0.i386.dmg
    33   * download the Haskell Platform and install both the GHC and Haskell Platform - http://lambda.galois.com/hp-tmp/2011.2.0.1/Haskell%20Platform%202011.2.0.1-i386.pkg
    34   * run `cabal update` to get an updated list of available libraries and install the necessary dependencies with
    34   * run `cabal update` to get an updated list of available libraries and install the necessary dependencies with
    35 {{{
    35 {{{
    36 sudo cabal install gameServer/hedgewars-server.cabal
    36 sudo cabal install gameServer/hedgewars-server.cabal
    37 }}}
    37 }}}
       
    38   * (even more optional) if you feel experimental, you can also try to use the 64bit variant of Haskell, just make sure that your ~/.cabal/ directory doesn't conflict with previous installation - http://lambda.galois.com/hp-tmp/2011.2.0.1/Haskell%20Platform%202011.2.0.1-x86_64.pkg
    38 
    39 
    39 == Necessary Tools ==
    40 == Necessary Tools ==
    40 
    41 
    41 Download and install the following toolchains
    42 Download and install the following toolchains
    42 
    43