[Haskell-beginners] GUI (Glade installation)

David Virebayre dav.vire+haskell at gmail.com
Wed Jan 19 10:15:44 CET 2011


2011/1/18 Stephanie Wong <pmycsw at nottingham.ac.uk>:
> I downloaded glade-3.4.3-win32-1.zip file extracted to 'C:\Glade' then I added 'C:\Glade' to the path environment variable.
> I tried 'cabal install glade' on command shell and got this:
>
> 'Cannot find gtk2hsC2hs
> Please install gtk2hs-buildtools' first and check that the install directory is in your PATH (e.g. HOME/.cabal/bin).

I think you have to 'cabal install gtk2hs-buildtools' then 'cabal
install gtk2hs' then 'cabal install glade'

David.



More information about the Beginners mailing list