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 2009/11/06 19:38:19 UTC

[Couchdb Wiki] Update of "Installing_on_OSX" by EdRuder

Dear Wiki user,

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

The "Installing_on_OSX" page has been changed by EdRuder.
http://wiki.apache.org/couchdb/Installing_on_OSX?action=diff&rev1=20&rev2=21

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

  {{{
  $ svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
  $ cd couchdb
- $ ./bootstrap && sudo ./configure --with-js-include=/usr/local/spidermonkey/include --with-js-lib=/usr/local/spidermonkey/lib
+ $ ./bootstrap && ./configure --with-js-include=/usr/local/spidermonkey/include --with-js-lib=/usr/local/spidermonkey/lib
  $ make
  }}}