Skip to content

Instantly share code, notes, and snippets.

svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
cd couchdb
./bootstrap
./configure --with-js-lib=/sw/lib/ --with-js-include=/sw/include/js/ --with-erlang=/sw/lib/erlang/erts-5.6/include/
make && sudo make install