Skip to content

Instantly share code, notes, and snippets.

@strobemonkey
Created November 20, 2009 10:53
Show Gist options
  • Save strobemonkey/239419 to your computer and use it in GitHub Desktop.
Save strobemonkey/239419 to your computer and use it in GitHub Desktop.
Build CouchDB from source
svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
#svn checkout http://svn.apache.org/repos/asf/couchdb/branches/0.10.x
cd couchdb
sudo ./bootstrap
./configure
make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment