# HG changeset patch # User vittorio.giovara@gmail.com # Date 1307478520 0 # Node ID e2dfaa09f48aa366c50a4169ab1e67c3744447ba # Parent a9367714eb4972637799ef96179bd82a2c5c251e Edited wiki page BuildingOnMac through web user interface. diff -r a9367714eb49 -r e2dfaa09f48a BuildingOnMac.wiki --- a/BuildingOnMac.wiki Sat May 28 22:39:40 2011 +0000 +++ b/BuildingOnMac.wiki Tue Jun 07 20:28:40 2011 +0000 @@ -30,11 +30,12 @@ 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. - * 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 + * 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 * run `cabal update` to get an updated list of available libraries and install the necessary dependencies with {{{ sudo cabal install gameServer/hedgewars-server.cabal }}} + * (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 == Necessary Tools ==