Skip to content

Instantly share code, notes, and snippets.

@squeejee
Created May 17, 2009 21:43
Show Gist options
  • Save squeejee/113174 to your computer and use it in GitHub Desktop.
Save squeejee/113174 to your computer and use it in GitHub Desktop.
$ cd /tmp
$ svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
$ sudo port install automake autoconf libtool help2man icu spidermonkey erlang
$ cd couchdb
$ ./bootstrap
$ ./configure
$ make && sudo make install
$ sudo couchdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment