Difference between revisions of "WxGeneric"

From HaskellWiki
Jump to navigation Jump to search
Line 33: Line 33:
 
Then you is ready to try the examples, see <path to WxGeneric>/examples.
 
Then you is ready to try the examples, see <path to WxGeneric>/examples.
   
= Author =
+
= Mailing List =
   
 
Questions, ideas or comments should be directed to [https://lists.sourceforge.net/lists/listinfo/wxhaskell-users wxHaskell-users mailing list]. If messages are of a more private nature, you can contact me, the auther of WxGenerics, at [mailto:mads_lindstroem@yahoo.dk Mads Lindstrøm].
 
Questions, ideas or comments should be directed to [https://lists.sourceforge.net/lists/listinfo/wxhaskell-users wxHaskell-users mailing list]. If messages are of a more private nature, you can contact me, the auther of WxGenerics, at [mailto:mads_lindstroem@yahoo.dk Mads Lindstrøm].

Revision as of 18:22, 5 May 2009


The WxGeneric library constructs widgets generically, using SYB3.

Links

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.

Mailing List

Questions, ideas or comments should be directed to wxHaskell-users mailing list. If messages are of a more private nature, you can contact me, the auther of WxGenerics, at Mads Lindstrøm.