BuildingOnMac.wiki
changeset 112 e8e280ef6c23
parent 111 2d161d513ee2
child 113 4978a1bc161a
equal deleted inserted replaced
111:2d161d513ee2 112:e8e280ef6c23
    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
    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   * _(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 installations - http://lambda.galois.com/hp-tmp/2011.2.0.1/Haskell%20Platform%202011.2.0.1-x86_64.pkg
    39 
    39 
    40 == Necessary Tools ==
    40 == Necessary Tools ==
    41 
    41 
    42 Download and install the following toolchains
    42 Download and install the following toolchains
    43 
    43