Talk:ThreadScope Tour/Install

From HaskellWiki
Revision as of 14:50, 26 January 2012 by Edsko (talk | contribs) (Description of the installation on Mac OS X)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For what it's worth, I managed to install ThreadScope on Mac OS X Lion:

  • GHC 7.4 rc1 http://www.haskell.org/ghc/dist/7.4.1-rc1/
  • Installed the latest version of cabal-install from http://darcs.haskell.org/cabal/
  • Installed alex through cabal
  • Installed happy through cabal. This required one easy type fix: an instance of Num a needed to be replaced by (Eq a, Num a).
  • Installed the latest version of gtk2hs from http://code.haskell.org/gtk2hs/
  • Installed threadscope through cabal, passing in the option --extra-lib-dirs=/usr/lib to avoid a problem with it linking against the wrong version of libiconv.