BuildingOnMac.wiki
changeset 91 8fe945760f91
parent 88 460d92a9be10
child 104 6ce496fecb0c
equal deleted inserted replaced
90:a96c29444a05 91:8fe945760f91
    24 
    24 
    25 It is likely that you will need to adjust some parameters, such as the Base SDK you have installed and for which architecture (ppc, i386, x86_64) you want to build. After that build as usual and copy the generated framework to the usual `/Library/Frameworks/` directory.
    25 It is likely that you will need to adjust some parameters, such as the Base SDK you have installed and for which architecture (ppc, i386, x86_64) you want to build. After that build as usual and copy the generated framework to the usual `/Library/Frameworks/` directory.
    26 
    26 
    27 === (Optional) Server ===
    27 === (Optional) Server ===
    28 
    28 
    29 If you want to compile server for hosting lan games, you need to download an Haskell compiler. We are going to use the Glasgow Haskell Compiler.
    29 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.
    30 
    30 
    31   * 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
    31   * 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
    32   * run `cabal update` to get an updated list of available libraries and install the necessary dependencies with
    32   * run `cabal update` to get an updated list of available libraries and install the necessary dependencies with
    33 {{{
    33 {{{
    34 sudo cabal install dataenc hslogger network-bytestring utf8-string
    34 sudo cabal install dataenc hslogger network-bytestring utf8-string