Get the latest and greatest release of gloox here.
gloox 0.9.9.12
MD5: 2205cc560e72cd996adf2ec91ae39fc2
gloox 1.0
MD5: f8eacf1c6476e0a309b453fd04f90e31
You can get the previous stable branch's source by issuing the following command. Usually only bugfixes get applied here.
svn co svn://svn.camaya.net/gloox/branches/0.9 gloox-0.9
The stable branch can be found in branches/1.0. Here, as well, only bugfixes will be applied.
svn co svn://svn.camaya.net/gloox/branches/1.0 gloox-1.0
Development of new features happens in trunk. There is absolutely no guarantee that this code compiles or works as expected (even though usually it at least compiles). To check out the bleeding edge source:
svn co svn://svn.camaya.net/gloox/trunk gloox
If you are on *nix, create the build system by running autogen.sh from inside the directory you just checked out:
./autogen.sh
You can browse the repository online at http://svn.camaya.net.
./configureThe library will be installed to /usr/local by default. You can change that using the --prefix switch with configure. See configure --help for a full list of available options.
makethen as user root:
make install