BuildingOnMac.wiki
changeset 104 6ce496fecb0c
parent 91 8fe945760f91
child 108 c2f5407f8c19
--- a/BuildingOnMac.wiki	Tue Apr 12 21:58:40 2011 +0000
+++ b/BuildingOnMac.wiki	Mon May 09 21:59:21 2011 +0000
@@ -26,14 +26,13 @@
 
 === (Optional) Server ===
 
-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.
+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
   * run `cabal update` to get an updated list of available libraries and install the necessary dependencies with
 {{{
-sudo cabal install dataenc hslogger network-bytestring utf8-string
+sudo cabal install gameServer/hedgewars-server.cabal
 }}}
-  * then in the following cmake comand, remember to add `-DWITH_SERVER=1` or `-DBUNDLE`
 
 == Necessary Tools ==
 
@@ -51,8 +50,6 @@
 {{{
 cmake . -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake -DCMAKE_BUILD_TYPE=Release
 }}}
-  * (optional) if you want to build a relocatable bundle, that is a bundle you can copy on your friend's mac or distribute it, add `-DBUNDLE` to the above command line
-  * (note) if you specify `-DBUNDLE` you'll need to install GHC as well
   * run `make` and `make install`
 
 Enjoy!
\ No newline at end of file