From c3ddde77317e833704fc4ddc5db174d14efb3cfe Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 May 2010 01:50:03 +0000 Subject: [PATCH] docs: latest info on -fchart/gtk2hs installation --- MANUAL.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MANUAL.markdown b/MANUAL.markdown index 36e656f1c..e88c3264b 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -75,7 +75,10 @@ with the cabal-install tool: - `-fwebyesod` - builds a newer version of the [web](#web) command (requires ghc 6.12). - - `-fchart` builds the [chart](#chart) command. + - `-fchart` builds the [chart](#chart) command. This requires + additional GTK/GHC integration libraries (on ubuntu: `apt-get + install libghc6-gtk-dev`) and possibly other things - see the + [gtk2hs install docs](http://code.haskell.org/gtk2hs/INSTALL). If you have any trouble, proceed at once to [Troubleshooting](#troubleshooting) for help!