[Haskell-beginners] wxHaskell path

Miguel Negrao miguel.negrao-lists at friendlyvirus.org
Wed Jun 6 23:18:49 CEST 2012


Hi Henry,

A 06/06/2012, às 12:31, Henry Lockyer escreveu:

> Thanks a lot Miguel.   I recently discovered your posts about 'reactive banana' and wxHaskell and started looking through them.
> 
> Unfortunately I am a c/c++ compilation/make/etc. and general unix newbie, or oldbie in my case, (amongst many other areas of deep ignorance ;-)
> so I am finding some of the information/instructions a little hard to follow.

Well, that’s exactly why I use homebrew and you should too . :-) It’s designed to make installing stuff easier, it will also download and install for you any dependencies of what you are trying to install. It’s quite easy to install homebrew just type in the terminal:

/usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)”

Don’t use sudo. If you can’t install to /usr/local then make sure you own that directory, since homebrew wants to make sure you don’t need to sudo to install stuff.

> How did you establish that your wxWidgets was installed and working as expected, 

Well, when I had wxHaskell working I compiled a wxHaskell program and it worked but I didn’t test wxWidgets independently.

> and can I ask how you removed the pre-loaded mac os version of widgets (if you had this) ?


No need for that, the pre-installed ones are older versions.

best,
Miguel


More information about the Beginners mailing list