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/01/16 00:09:04 UTC

[Couchdb Wiki] Trivial Update of "Installing on OSX" by JanLehnardt

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 JanLehnardt:
http://wiki.apache.org/couchdb/Installing_on_OSX

The comment on the change is:
update svn url

------------------------------------------------------------------------------
  == Typical build process of a CouchDB developer build ==
  
  {{{
- $ svn checkout http://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb
+ $ svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
  $ cd couchdb
  $ ./bootstrap && ./configure
  $ make