To install from source:

Make sure you have the required libraries, you need the development
packages! 
 
	gtk-2.0
	gnet-2.0


****************************************
Building On Linux (I use RedHat/Fedora):
****************************************

If you have just used, CVS checkout you will need to run the following
commands first: 

	./autogen.sh

To set up the compilation run:

	./configure

Compile the source:

	make

Now install everything:

	make install

If you do NOT change the prefix for the gnet-2.0 library, it will by
default be in /usr/local.  You may have to change your environment
variable for PKG_CONFIG_PATH to include /usr and /usr/local for
pkgconfig to recognise gnet.
 
****************************************
Building On Windows:
****************************************

I use MinGW with MSYS to build under Windows.  

To do this, go into the src directory:

	- copy Makefile.win32 to Makefile
	- copy config.h.win32 to config.h

Then 
	make




NOTE: If this or any part of this sequence doesn't work or is wrong,
bug report it!

	http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-jabber

Happy hacking.