Difference between revisions of "Gtk2Hs/Linux"

From HaskellWiki
Jump to navigation Jump to search
(from gtk2hs main page)
 
(→‎Headline text: not installing ThreadScope)
Line 1: Line 1:
 
== Ubuntu ==
   
 
Installing gtk2hs on Ubuntu is easy. First, install the dependencies
== Headline text ==
 
=== 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