Home > couchdb-manifest

couchdb-manifest

Couchdb-manifest is a project mainly written in ..., it's free.

The manifest for building couchdb with repo.

Building With Repo

Get Repo

$ curl http://android.git.kernel.org/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

Clone the Manifest

$ mkdir couchdb
$ cd couchdb
$ repo init -u [email protected]:membase/couchdb-manifest.git
$ repo sync

Build

$ rake
Previous:chswi