[Haskell-cafe] Re: Browser-like UI

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Tue Mar 1 19:42:17 EST 2005


On Tue, 2005-03-01 at 11:15 -0300, Maurício wrote:
> > If there are no pre-built packages of gtk2hs for your system you can still build
> > from source in a reasonably straigtforward way. Basically we provide pre-built
> > versions of the problematic files that take so much memory to create in an
> > ordinary build. The remainer of the build does not require very much memory.
> > 
> > See this FAQ:
> > http://gtk2hs.sourceforge.net/archives/2005/02/18/building-on-machines-with-less-ram/
> > 
> > If there are no versions of these pre-built files that are appropriate for your
> > platform please ask on the gtk2hs mailing list and we'll see what we can do.
> > 
> 
>    I did read that FAQ, but it says that I should build with:
> 
> $ ./configure --disable-gnome --disable-mozilla
> 
>    Doesn't that means that the mozilla interface should be disabled?

I have added an additional overlay bundle for mozilla support and
updated the FAQ accordingly. This is somewhat experimental so if it
works or does not work it'd be useful for me to know.

Duncan



More information about the Haskell-Cafe mailing list