forgot a lib
authorkyberneticist@gmail.com
Tue, 25 Oct 2011 22:58:17 +0000
changeset 156 c320b1eaf7e5
parent 155 2b1370b1f023
child 157 90dd08518805
forgot a lib
BuildingOnLinux.wiki
--- a/BuildingOnLinux.wiki	Sat Oct 22 18:05:59 2011 +0000
+++ b/BuildingOnLinux.wiki	Tue Oct 25 22:58:17 2011 +0000
@@ -13,7 +13,7 @@
 }}}
 note, if you want to try building the server as well (requires at least libghc base 4.3 right now) try these too:
 {{{
-sudo apt-get install ghc libghc-binary-dev libghc-bytestring-show-dev libghc-dataenc-dev libghc-deepseq-dev libghc-hslogger-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev
+sudo apt-get install ghc libghc-binary-dev libghc-bytestring-show-dev libghc-dataenc-dev libghc-deepseq-dev libghc-hslogger-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-utf8-string-dev
 }}}
 
 = Building process =