Difference between revisions of "WxHaskell/Windows"

From HaskellWiki
Jump to navigation Jump to search
(get rid of crufty old information)
(point to SkyTreeBird guide)
Line 1: Line 1:
 
To be fleshed out (now that wxHaskell 0.12 is out, the build instructions have changed). See [[../]]
 
To be fleshed out (now that wxHaskell 0.12 is out, the build instructions have changed). See [[../]]
   
== See also ==
+
== Installing on Windows ==
  +
  +
Follow [http://www.scribd.com/doc/38034374/20100923-WxHaskell-Setup SkyTreeBird's guide]. It which walks you through the basic steps
  +
  +
* wx-config
  +
* wxPack
  +
* setting up environment variables
  +
* <code>cabal install wx</code>
  +
  +
Note that the best way to refer to WxWidgets in your PATH is probably to use the WXWIN variable that you set, eg. <code>%WXWIN%/lib/gcc_dll</code>
  +
  +
The guide has been tested with the following configurations:
  +
  +
{|border=1 style="border-collapse: collapse;
  +
! Windows
  +
! Haskell Platform
  +
|-
  +
|| XP || 2010.2.0.0
  +
|-
  +
|| 7 || 2011.2.0.1
  +
|}
  +
  +
  +
   
 
* [[../Cygwin]]
 
* [[../Cygwin]]

Revision as of 12:41, 19 July 2011

To be fleshed out (now that wxHaskell 0.12 is out, the build instructions have changed). See WxHaskell

Installing on Windows

Follow SkyTreeBird's guide. It which walks you through the basic steps

  • wx-config
  • wxPack
  • setting up environment variables
  • cabal install wx

Note that the best way to refer to WxWidgets in your PATH is probably to use the WXWIN variable that you set, eg. %WXWIN%/lib/gcc_dll

The guide has been tested with the following configurations:

Windows Haskell Platform
XP 2010.2.0.0
7 2011.2.0.1