Difference between revisions of "WxHaskell/Download"

From HaskellWiki
Jump to navigation Jump to search
(Change source file to 0.11.0)
(Add release is better than modify files.)
Line 12: Line 12:
 
See the [[WxHaskell/Documentation|documentation]] for more information about wxHaskell.
 
See the [[WxHaskell/Documentation|documentation]] for more information about wxHaskell.
   
=== Version 0.10.3March 23, 2008 ===
+
=== Version 0.11.0December ?, 2008 (Comming Soon.) ===
   
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
Line 20: Line 20:
 
; [http://downloads.sourceforge.net/wxhaskell/wxhaskell-src-0.11.0.zip wxhaskell-src-0.11.0.zip]
 
; [http://downloads.sourceforge.net/wxhaskell/wxhaskell-src-0.11.0.zip wxhaskell-src-0.11.0.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.10.3.zip?download wxhaskell-doc-0.10.3.zip]
 
 
: Documentation and samples.
 
: Documentation and samples.
 
==== Binary packages ====
 
==== Binary packages ====
Line 30: Line 29:
 
</dt>
 
</dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.11.0\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.11.0\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.11.0</tt> directory.
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.11.0\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.11.0\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.11.0</tt> directory.
  +
<p>''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 <tt>wxhaskell-unregister.bat</tt>.</p></dd>
  +
  +
=== Version 0.10.3 – March 23, 2008 ===
  +
  +
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
  +
  +
==== Basic packages ====
  +
  +
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.10.3.zip?download wxhaskell-src-0.10.3.zip]
  +
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.10.3.zip?download 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 [http://www.haskell.org/ghc ghc6.8.2]. All packages have ODBC support (but not OpenGL). Documentation and samples are not included with Linux packages.
  +
  +
<dl>
  +
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.6.4-ghc6.8.3-0.10.3-0.zip?download wxhaskell-bin-msw2.6.4-ghc6.8.3-0.10.3-0.zip] (Windows, ghc 6.8.3, updated)<br />
  +
<br />
  +
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.6.4-ghc6.8.2-0.10.3-0.zip?download wxhaskell-bin-msw2.6.4-ghc6.8.2-0.10.3-0.zip] (Windows, ghc 6.8.2)<br />
  +
<br />
  +
</dt>
  +
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.10.3\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.10.3\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.10.3</tt> directory.
 
<p>''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 <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<p>''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 <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-gtk2.6.3-ghc6.8.2-0.10.3-0.deb?download wxhaskell-bin-gtk2.6.3-ghc6.8.2-0.10.3-0.deb] (Linux ghc 6.8.2)<br />
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-gtk2.6.3-ghc6.8.2-0.10.3-0.deb?download wxhaskell-bin-gtk2.6.3-ghc6.8.2-0.10.3-0.deb] (Linux ghc 6.8.2)<br />

Revision as of 09:38, 23 December 2008

Download

You can download either a source or binary distribution. The documentation and samples are normally included in binary distributions. After installation, you should try some of the samples to see if everything works as expected:

> cd samples/wx
> ghc -package wx -o helloworld HelloWorld.hs
> ./helloworld

You can also use GHCi – a great development environment for GUI's! (Unfortunately, GHCi only works well on Windows platforms at the moment)

> ghci -package wx HelloWorld.hs
*Main> main

See the documentation for more information about wxHaskell.

Version 0.11.0 – December ?, 2008 (Comming Soon.)

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

Basic packages

wxhaskell-src-0.11.0.zip
Source release of wxHaskell. See the building guide for installation instructions.
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.

wxhaskell-bin-msw2.8.9-ghc6.10.1-0.11.0-0.zip (Windows, ghc 6.10.1)
Unzip the release somewhere and click on the newly created wxhaskell-0.11.0\bin\wxhaskell-register.bat program to register the wxHaskell package. To uninstall, you can click on wxhaskell-0.11.0\bin\wxhaskell-unregister.bat and than remove the wxhaskell-0.11.0 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.

Version 0.10.3 – March 23, 2008

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

Basic packages

wxhaskell-src-0.10.3.zip
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.

wxhaskell-bin-msw2.6.4-ghc6.8.3-0.10.3-0.zip (Windows, ghc 6.8.3, updated)

wxhaskell-bin-msw2.6.4-ghc6.8.2-0.10.3-0.zip (Windows, ghc 6.8.2)

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.

wxhaskell-bin-gtk2.6.3-ghc6.8.2-0.10.3-0.deb (Linux ghc 6.8.2)

wxhaskell-bin-gtk2.6.3-ghc6.6-0.10.3-0.deb (Linux ghc 6.6)
Linux .deb package built on Debian Etch
wxhaskell-bin-i386-mac2.6.4-ghc6.8.2-0.10.3-0.dmg (MacOS X, Intel, ghc 6.8.2)

wxhaskell-bin-powerpc-mac2.8.7-ghc6.8.3-0.10.3-0.dmg (MacOSX, PowerPC, ghc 6.8.3, updated)

wxhaskell-bin-powerpc-mac2.6.4-ghc6.8.2-0.10.3-0.dmg (MacOSX, PowerPC, ghc 6.8.2)
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.