[Mono-docs-list] mod (monodoc) without X
Gonzalo Paniagua Javier
gonzalo@ximian.com
Sun, 24 Aug 2003 08:04:59 +0200
El dom, 24-08-2003 a las 07:12, Ben Maurer escribió:
> On Sun, 2003-08-24 at 00:01, Miguel de Icaza wrote:
> > Hello,
> >
> > > Someone asked in #mono if they could use monodoc without X/Gtk
> > > installed. Since we have monodoc.dll now I made a quick change to allow
> > > mod to work without browser.exe
> > >
> > > Maybe a ./configure --without-X, or similar is also needed?
> >
> > The patch attached looks good.
> >
> > I don't think we ever check for X, but if someone *really* needs this,
> > they can edit configure.in, it is not worth making it part of the
> > supported script.
> I think John really means --without-gtk-sharp, which is a setup i could
> potentially see.
The dlls are enough to compile; you don't really need the underlying C
libraries if you don't plan to use the gtk# interface.
-Gonzalo