[couchdb-glib] Added a basic README file
- From: Rodrigo Moya <rodrigo src gnome org>
- To: svn-commits-list gnome org
- Subject: [couchdb-glib] Added a basic README file
- Date: Tue, 14 Jul 2009 09:05:41 +0000 (UTC)
commit 98eb24688c363f724f26b624b3cd0f2be0771fba
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Tue Jul 14 11:05:27 2009 +0200
Added a basic README file
README | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/README b/README
new file mode 100644
index 0000000..77fb83f
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]