Skip to content

Instantly share code, notes, and snippets.

@daniello
Created June 9, 2009 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniello/126554 to your computer and use it in GitHub Desktop.
Save daniello/126554 to your computer and use it in GitHub Desktop.
# that's SpiderMonkey
sudo apt-get install libmozjs-dev
sudo apt-get install libcurl4-openssl-dev
wget ftp://mirror.public-internet.co.uk/pub/apache/couchdb/0.9.0/apache-couchdb-0.9.0.tar.gz
tar -xzvf apache-couchdb-0.9.0.tar.gz
cd apache-couchdb-0.9.0/
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment