CouchDB-glib is a GLib-based implementation of the client side protocol for
CouchDB (http://couchdb.apache.org), a replication and synchronization
database from the Apache project.

Building
========
To build it, the following dependencies are needed:

	* json-glib >= 0.7.2
	* glib and gobject
	* libsoup >= 2.4

To actually build it, do the following:

	./configure (or ./autogen.sh if there is no configure script)
	make
	make install
