utf8-string dependency was missing
authorvittorio.giovara@gmail.com
Wed, 02 Feb 2011 08:13:23 +0000
changeset 88 460d92a9be10
parent 87 315a93b441d4
child 89 caf6544f767a
utf8-string dependency was missing
BuildingOnMac.wiki
--- 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`