--- a/BuildingOnMac.wiki Mon Jan 31 21:06:00 2011 +0000
+++ b/BuildingOnMac.wiki Wed Feb 02 08:13:23 2011 +0000
@@ -31,7 +31,7 @@
* 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
+sudo cabal install dataenc hslogger network-bytestring utf8-string
}}}
* then in the following cmake comand, remember to add `-DWITH_SERVER=1` or `-DBUNDLE`