[Gtk-sharp-list] Build gtk-sharp 0.16 on windows
Mike Kestner
mkestner@ximian.com
Wed, 25 Feb 2004 11:18:27 -0600
On Tue, 2004-02-24 at 22:22, Josh Gerdes wrote:
> I have finally gotten mono and mcs to compile on windows and I am now trying to get gtk-sharp to compile. I have a few questions about gtk-sharp. so here they are:
>
>
> 1. Must I install libglade-2.0-0.dll and libxml.dll before I will be able to compile gtk-sharp? Why are these not integrated in the source and compiled by default?
> 2. when I run autogen.sh at the end it says that some extras like glade-sharp.dll, gnome-sharp.dll, etc. were not included. What parameters do I need to set to include them?
> 3. When compiling gtk-sharp do I need both GTK-Development-Environment-2.2.4.1 and GTK-Runtime-Environment-2.2.4.1 installed? Or just Dev?
There are special makefiles for the windows build. It does not use the
autogen/configure approach like on linux. Instead, just type:
make -f makefile.win32
in the toplevel directory.
--
Mike Kestner <mkestner@ximian.com>