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/04/25 15:02:17 UTC

[Couchdb Wiki] Update of "Installing from source" 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_from_source

The comment on the change is:
remove incomplete install instructions, link to README instead

------------------------------------------------------------------------------
  This guide will help you get the latest version of couchdb from the Subversion repository. The source is located here: http://svn.apache.org/repos/asf/couchdb/trunk
  
- Run these commands in your home directory:
+ Read the README file for install instructions: [http://svn.apache.org/viewvc/couchdb/trunk/README?view=markup CouchDB README]
  
- {{{
- $ svn checkout http://svn.apache.org/repos/asf/couchdb/trunk couchdb
- $ cd couchdb
- $ ./bootstrap && ./configure
- $ make
- $ sudo make install
- }}}
-