<p>Isn&#39;t there a binary for Leksah on the main site for windows anyways?</p>
<p><blockquote type="cite">On 29/08/2010 10:24 PM, &quot;Hamish Mackenzie&quot; &lt;<a href="mailto:hamish.k.mackenzie@googlemail.com">hamish.k.mackenzie@googlemail.com</a>&gt; wrote:<br><br><p><font color="#500050">On 28 Aug 2010, at 04:58, Andrew Coppin wrote:<br>
<br>&gt; Mathew de Detrich wrote:<br>&gt;&gt; There is also Leksah a...</font></p>I am not familiar with that Leksah :-)<br>
<br>
Seriously though here is one way to build it...<br>
<br>
Install Haskell Platform<br>
<br>
Use TakeOffGW (<a href="http://sourceforge.net/projects/takeoffgw/" target="_blank">http://sourceforge.net/projects/takeoffgw/</a>) to install :<br>
 * pkg-config (in the Devel section of the installer)<br>
 * gtksourceview (Libs)<br>
 * gtksourceview-devel (Libs).<br>
 * automake1.9-bin (Devel)<br>
 * msys-bash-bin (MSYS)<br>
 * msys-gawk-bin (MSYS)<br>
 * msys-grep-bin (MSYS)<br>
 * msys-sed-bin (MSYS)<br>
 * msys-tar-bin (MSYS)<br>
<br>
(Once GHC 6.14.1 is released, only the first three should be needed, as the rest are needed to build process-leksah).<br>
<br>
Make sure the following are in your PATH :<br>
 * &lt;Haskell Platform&gt;\mingw\bin<br>
 * c:\mingw\i686-pc-mingw32\sys-root\mingw\bin (needed mainly for pkg-config)<br>
 * &lt;Your Home Folder&gt;\AppData\Roaming\cabal\bin (will be needed for the gtk2hs build tools once they are installed)<br>
 * c:\mingw\bin<br>
<br>
Also add the following to your environment :<br>
 * PKG_CONFIG_PATH=/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig<br>
<br>
C:\&gt;cabal install gtk2hs-buildtools<br>
C:\&gt;cabal install leksah<br>
C:\&gt;leksah<br>
<br>
If you get stuck jump on IRC #leksah or email the leksah group.<br>
<font color="#888888"><br>
Hamish_______________________________________________<br>
</font><p><font color="#500050">Haskell-Cafe mailing list<br><a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br><a href="http://www.haskell.org/mailman/listinfo/haskell-c.">http://www.haskell.org/mailman/listinfo/haskell-c.</a>..</font></p>
</blockquote></p>