tags:

views:

285

answers:

4

How would I compile the latest version of GTK# for Windows without using cygwin?

Any and All help would be appreciated.

A: 

Why would you need Cygwin to compile C# code?

leppie
Sorry for wrongly voting you down. I removed it. In general you ill need cygwin or mingw or somethin to compile the GTK bit of GTK#.
Ali A
A: 

Do you really need to compile it? Novell have an installer you could use.

Ali A
The problem is that the install is fairly out of date (2.8 vs 2.12 for the current version of GTK#)
+1  A: 

Well, if you have to have a more recent version, Medsphere provide a newer version, and building instructions and there is a load of information here.

Sounds like some people have built 2.12

Ali A
+1  A: 

This is probably the best place to find the latest official Gtk# release from Novell: http://ftp.novell.com/pub/mono/gtk-sharp/

Mike Kestner's blog post about this release and why is it better then previous ones: http://mkestner.blogspot.com/2009/04/gtk-for-net.html

I tried it and it works perfectly in XP and Vista.

Piotr Zurek