Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Installing_on_Ubuntu" page has been changed by JakubCzaplicki.
The comment on this change is: update the link to "Then download the latest 
CouchDB source file.".
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=53&rev2=54

--------------------------------------------------

   * Install CouchDBs first set of dependencies: sudo apt-get build-dep couchdb
   * Install CouchDBs second set of dependencies: sudo apt-get install 
libmozjs-dev libicu-dev libcurl4-gnutls-dev libtool
   '''(*NOTICE*: In Ubuntu 10.04, libmozjs-dev is no longer available.  You 
should use xulrunner-dev instead and you will need to update xulrunner.conf 
(see below))'''
-  * Then download the latest CouchDB source file.  The wget utility is a 
useful utility for this. For example: wget 
http://mirrors.axint.net/apache/couchdb/0.11.0/apache-couchdb-0.11.0.tar.gz
+  * Then download the latest CouchDB source file.  The wget utility is a 
useful utility for this. For example: wget 
http://mirror.ox.ac.uk/sites/rsync.apache.org//couchdb/1.0.1/apache-couchdb-1.0.1.tar.gz
   * Untar (decompress) the source file: tar -zxvf apache-couchdb-*.*.*.tar.gz
   * Change into the expanded directory: cd apache-couchdb-*.*.*
   * Configure the build: ./configure (You may need to specify build options 
like the installation directory, etc.  Please reference the example(s) below.)

Reply via email to