You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/07/02 02:16:34 UTC

[Couchdb Wiki] Trivial Update of "Installing_on_Ubuntu" by RandallLeeds

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 RandallLeeds:
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=62&rev2=63

   * Install first set of dependencies: {{{sudo apt-get build-dep couchdb}}}
   * Install second set of dependencies:
    * Ubuntu '''up to 9.10''': {{{sudo apt-get install libmozjs-dev libicu-dev libcurl4-gnutls-dev libtool}}}
-   * Ubuntu '''10.04 and later''': {{{sudo apt-get install xulrunner-1.9.2-dev libicu-dev libcurl4-gnutls-dev libtool}}}
+   * Ubuntu '''10.04 to 11.04''': {{{sudo apt-get install xulrunner-1.9.2-dev libicu-dev libcurl4-gnutls-dev libtool}}}
     . Then [[#xulrunner.conf|create /etc/ld.so.conf.d/xulrunner.conf]].
-   * Ubuntu '''11.04 and later''': {{{sudo apt-get install libmozjs185-dev libicu-dev libcurl4-gnutls-dev libtool}}}
+   * Ubuntu '''11.04 and later''': {{{sudo apt-get install libmozjs-dev libicu-dev libcurl4-gnutls-dev libtool}}}
   * Download CouchDB from http://couchdb.apache.org/downloads.html.
   * Untar (decompress) the source file: {{{tar -zxvf apache-couchdb-*.*.*.tar.gz}}}
   * Change into the expanded directory: {{{cd apache-couchdb-*.*.*}}}