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/09/18 18:07:51 UTC

[Couchdb Wiki] Update of "Installing on OSX" by SteveKalkwarf

Dear Wiki user,

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

The following page has been changed by SteveKalkwarf:
http://wiki.apache.org/couchdb/Installing_on_OSX

The comment on the change is:
Fixed transposition, and incorrect file name

------------------------------------------------------------------------------
  
  {{{
  $ sudo ln -s /usr/local/spidermonkey/include /usr/local/include/js
- $ sudo ln -s /usr/local/spdiermonkey/lib/libjs.dyld /usr/local/lib/libjs.dyld
+ $ sudo ln -s /usr/local/spidermonkey/lib/libjs.dylib
  # If you're feeling saucey, the js shell can be useful for quick syntax checking and the like.
  $ sudo ln -s /usr/local/spidermonkey/bin/js /usr/local/bin/js
  }}}