Gtk2Hs/Linux

From HaskellWiki
< Gtk2Hs
Revision as of 20:20, 1 December 2012 by Dmwit (talk | contribs) (don't use this page any more, please)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Please read and update Gtk2Hs/Installation instead.

Ubuntu

Installing gtk2hs on Ubuntu is easy. First, install the dependencies

   sudo apt-get install libgtk2.0-dev libpango1.0-dev libglib2.0-dev libcairo2-dev

and then install gtk2hs

   cabal install gtk2hs-buildtools
   cabal install gtk