Difference between revisions of "WxHaskell/Linux"

From HaskellWiki
Jump to navigation Jump to search
m (wiki line break)
(Added "sudo apt-get install g++")
Line 5: Line 5:
   
 
==== Debian and Ubuntu ====
 
==== Debian and Ubuntu ====
  +
  +
sudo apt-get install g++
   
 
sudo apt-get install libglu-dev
 
sudo apt-get install libglu-dev

Revision as of 19:22, 14 December 2010

This article is a stub. You can help by expanding it. This page records some user experiences building wxHaskell on Linux. It should be fleshed out now that wxHaskell 0.12 has been released.

Sources

Debian and Ubuntu

sudo apt-get install g++

sudo apt-get install libglu-dev

sudo apt-get install libwxgtk2.8-dev

Gentoo

Fedora Core 6