[Add stub for 0.10.3 download information on homepage. Eric Kow **20080312195600 There are still some slots to fill. Also, I used a lazier way of describing the links which may be not as nice for our users, but a bit easier for us to maintain. ] hunk ./homepage/download.html 71 +
+

Version 0.10.3-rc1 – March 11, 2008

+

All of these files are also directly available from the +sourceforge project page.

+ +

Basic packages

+
+
wxhaskell-src-0.10.3-rc1.zip (updated)
+
Source release of wxHaskell. See the building guide for installation instructions.
+
wxhaskell-doc-0.10.3.zip
+
Documentation and samples.
+
+ +

Binary packages

+ +

The file name of a binary release contains the version of the wxWidgets toolkit that has been used, +and the version of the Haskell compiler was used to build wxHaskell. Make sure that +you have the same version of the compiler installed, for example ghc6.8.2. All packages have ODBC support (but not OpenGL). Documentation and samples are not included with Linux packages.

+ +
+
Windows, ghc 6.8.2 [.zip]
+
+ +
Unzip the release somewhere and click on the newly created wxhaskell-0.10.3\bin\wxhaskell-register.bat program to register the wxHaskell package. To uninstall, you can click on wxhaskell-0.10.3\bin\wxhaskell-unregister.bat and than remove the wxhaskell-0.10.3 directory. + +

Note:If you have an older version of wxHaskell installed, please remove it before installing this version. +Older releases can be uninstalled by clicking on wxhaskell-unregister.bat. +

+
+ +
Linux, ghc 6.8.2 [.deb]
+
Linux .deb package built on Debian XXX
+ +
MacOS X, Intel, ghc 6.8.2, [.dmg]
+MacOS X, PowerPC, ghc 6.8.2 [.dmg] +
The installer copies the wxHaskell libraries to +/usr/local/wxhaskell and registers them with ghc. To test the installation, +you can run the following commands from the samples/wx +directory: +
+> ghc -package wx HelloWorld.hs -o hello
+> /usr/local/wxhaskell/bin/macosx-app -v hello
+> open hello
+
+ +

It is recommended to read the notes on using wxHaskell with MacOS X.

+

+
+
+ +