INSTALLATION

Requirements:

- GTK# - pronounced gtk sharp from http://gtk-sharp.sourceforge.net/
- GTK# dependencies, such as, GTK+ 2.x and the gtk+ 2.x dependencies
  which can be gotten from http://www.gimp.org/win32 or
  http://www.dropline.net/gtk/download.php
- Mono from http://www.go-mono.com/
- Mono dependencies, such as GLIB 2.x and libiconv, intl, etc.


Building xbgmsharp:

1) At the command line
 cd src && make
 make	

2) In an IDE, open the SharpDevelop or MonoDevelop project file.
 They're located in the src/ folder.

 SharpDevelop (Win32)
 http://www.icsharpcode.net/OpenSource/SD/

 MonoDevelop (GNU/Linux)
 http://www.monodevelop.com/

Note: If you built xbgmsharp in any other way, we're interested in knowing how.

Thanks!