Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Created December 27, 2008 16:00
Show Gist options
  • Save m0wfo/40269 to your computer and use it in GitHub Desktop.
Save m0wfo/40269 to your computer and use it in GitHub Desktop.
curl -O http://www.smudge-it.co.uk/pub/apache/incubator/couchdb/0.8.1-incubating/apache-couchdb-0.8.1-incubating.tar.gz
tar -xzvf apache-couchdb-0.8.1-incubating.tar.gz; cd !$
sudo port install automake autoconf libtool help2man spidermonkey taglib icu
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment