WxGeneric
From HaskellWiki
(Difference between revisions)
| Line 10: | Line 10: | ||
* [http://lindstroem.wordpress.com/2008/05/03/introducing-wxgeneric/ Blog post: "Introducing WxGeneric" (3rd May 2008)] | * [http://lindstroem.wordpress.com/2008/05/03/introducing-wxgeneric/ Blog post: "Introducing WxGeneric" (3rd May 2008)] | ||
* [http://autoforms.sourceforge.net/haddock/WxGeneric/ Haddock docs for WxGeneric (can be a little dated)] | * [http://autoforms.sourceforge.net/haddock/WxGeneric/ Haddock docs for WxGeneric (can be a little dated)] | ||
| + | |||
| + | = Download and Install = | ||
| + | |||
| + | Before installing WxGeneric you need: | ||
| + | |||
| + | * [[WxHaskell]] | ||
| + | * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SybWidget-0.4.0 SybWidget] | ||
| + | * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xtc-1.0 XTC] | ||
| + | |||
| + | You can get the sources either [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WxGeneric from hackage] or from WxGeneric's Darcs repository: | ||
| + | |||
| + | darcs get http://code.haskell.org/WxGeneric/ | ||
| + | |||
| + | After getting the sources do: | ||
| + | |||
| + | cd WxGeneric | ||
| + | runhaskell Setup clean | ||
| + | runhaskell Setup configure --user --prefix=$HOME | ||
| + | runhaskell Setup build | ||
| + | runhaskell Setup install | ||
| + | |||
| + | Then you is ready to try the examples, see <path to WxGeneric>/examples. | ||
= Author = | = Author = | ||
The author of this library is [mailto:mads_lindstroem@yahoo.dk Mads Lindstrøm]. Feel free to contact me with questions, ideas, or comments. | The author of this library is [mailto:mads_lindstroem@yahoo.dk Mads Lindstrøm]. Feel free to contact me with questions, ideas, or comments. | ||
Revision as of 20:38, 13 April 2009
The WxGeneric library constructs widgets generically, using SYB3.
1 Links
- WxGeneric on Hackage
- WxGeneric on code.haskell.org
- Blog post: "Using WxGeneric" (21st May 2008)
- Blog post: "Introducing WxGeneric" (3rd May 2008)
- Haddock docs for WxGeneric (can be a little dated)
2 Download and Install
Before installing WxGeneric you need:
You can get the sources either from hackage or from WxGeneric's Darcs repository:
darcs get http://code.haskell.org/WxGeneric/
After getting the sources do:
cd WxGeneric runhaskell Setup clean runhaskell Setup configure --user --prefix=$HOME runhaskell Setup build runhaskell Setup install
Then you is ready to try the examples, see <path to WxGeneric>/examples.
3 Author
The author of this library is Mads Lindstrøm. Feel free to contact me with questions, ideas, or comments.
