Personal tools

Gtk2Hs/Linux

From HaskellWiki

< Gtk2Hs(Difference between revisions)
Jump to: navigation, search
(from gtk2hs main page)
Current revision (20:20, 1 December 2012) (edit) (undo)
(don't use this page any more, please)
 
(2 intermediate revisions not shown.)
Line 1: Line 1:
 +
<span style="color:red">Please read and update [[Gtk2Hs/Installation]] instead.</span>
-
== Headline text ==
+
== Ubuntu ==
-
=== Ubuntu ===
+
-
Installing ThreadScope on Ubuntu is easy. First, install the dependencies
+
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
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 gtk2hs-buildtools
 +
cabal install gtk

Current revision

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