
Hello haskell-cafe, i'm linux freshman what's the simplest way to install ghc + gtk2hs on Ubuntu x86 system? -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

Hi Bulat, (Note, I'm not using Ubuntu) You may use the packaged versions from Ubuntu. According to http://packages.ubuntu.org/ Hardy (which is the current version of Ubuntu) has GHC vesion 6.8.2-2ubuntu1 and gtk2hs version 0.9.12.1-1ubuntu2. Ubuntu package names are ghc6 and libghc6-gtk-dev respectively. To install them you need to launch the package manager (it's probably in the system->administration menu) and select those packages. You might also be interested in other packages from the ght2hs tree which are listed here: http://packages.ubuntu.com/source/hardy/gtk2hs Hope that helps. Best, Michał On Tue, 2008-10-21 at 21:17 +0400, Bulat Ziganshin wrote:
Hello haskell-cafe,
i'm linux freshman
what's the simplest way to install ghc + gtk2hs on Ubuntu x86 system?

Hello Ketil, Tuesday, October 21, 2008, 10:56:40 PM, you wrote:
what's the simplest way to install ghc + gtk2hs on Ubuntu x86 system?
Untested, but try:
sudo apt-get install libghc6-gtk-dev
thanks to everyone who answered. this one was shortest and it works. i don't tested other answers but guess that they work too :) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
participants (3)
-
Bulat Ziganshin
-
Ketil Malde
-
Michał Pałka