Skip to content

Instantly share code, notes, and snippets.

@nesh
Created February 22, 2009 01:26
Show Gist options
  • Save nesh/68281 to your computer and use it in GitHub Desktop.
Save nesh/68281 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment