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 2008/09/03 09:41:08 UTC

[Couchdb Wiki] Update of "InstallingOnOSX" by Magnus Johansson

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 Magnus Johansson:
http://wiki.apache.org/couchdb/InstallingOnOSX

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