[Haskell-cafe] wxhaskell package for ubuntu feisty, amd64

José Miguel Vilaça jmvilaca at di.uminho.pt
Fri Sep 14 07:10:47 EDT 2007


Hi Iván,

Try this:

* install GHC and darcs:
	sudo apt-get install ghc6
	sudo apt-get install darcs
* install WxWidgets 2.6
	sudo apt-get install libwxgtk2.6-dev
	sudo apt-get install freeglut3-dev
	sudo apt-get install g++
* install wxHaskell
	darcs get http://darcs.haskell.org/wxhaskell
	cd wxhaskell
	chmod u+x configure
	./configure --with-opengl
	make
	sudo make install
	make wx
	sudo make wx-install
	cd ..
* test wxhaskell with ghc
	ghci -package wx

It's working in my laptop!

Best
Miguel

P.S. This link could be helpful:
http://wiki.loria.fr/wiki/GenI/Getting_GenI/Instructions_for_Ubuntu_Linux 

-----Mensagem original-----
De: haskell-cafe-bounces at haskell.org
[mailto:haskell-cafe-bounces at haskell.org] Em nome de Iván Pérez Domínguez
Enviada: sexta-feira, 14 de Setembro de 2007 11:36
Para: haskell-cafe at haskell.org
Assunto: [Haskell-cafe] wxhaskell package for ubuntu feisty, amd64

I'm trying to install wxhaskell in ubuntu feisty,  with ghc-6.6.

After several days of trial and error and a few hours trying to
change all types in my program to gtk2hs types, I'm tired.

Does anyone have a .deb for wxhaskell that works with ghc-6.6?
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list