Personal tools

Gtk2Hs/Linux

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(from gtk2hs main page)
(Headline text: not installing ThreadScope)
Line 1: Line 1:
 +
== Ubuntu ==
-
== Headline text ==
+
Installing gtk2hs on Ubuntu is easy. First, install the dependencies
-
=== Ubuntu ===
+
-
 
+
-
Installing ThreadScope on Ubuntu is easy. First, install the dependencies
+
sudo apt-get install libgtk2.0-dev libpango1.0-dev libglib2.0-dev libcairo2-dev
sudo apt-get install libgtk2.0-dev libpango1.0-dev libglib2.0-dev libcairo2-dev
-
and then install ThreadScope
+
and then install gtk2hs
-
cabal install ThreadScope
+
cabal install gtk

Revision as of 14:27, 29 August 2011

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 gtk