INSTALL.TXT for XBGM# For GTK# (xbgmsharp)
-------------------------------------------

To Run xbgmsharp
On Win32

	xbgmsharp.bat (You may want to edit it) (you may also run it from a command line)

On Linux

	sh xbgmsharp.sh
	or 
	mono xbgmsharp.exe
==============================


To Build xbgmsharp.exe 

	cd xbgmsharp/src
	make	

You may also use IDE to build xbgmsharp: 

Win32 Sharpdevelop 
http://www.icsharpcode.net/OpenSource/SD/

Linux Monodevelop
http://www.monodevelop.com/

The following are requirements for sqlsharpgtk:
- 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...

Note: If this doesn't work tell me how you did it Thanks.


