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/21 08:22:06 UTC

[Couchdb Wiki] Update of "Installing_on_Fedora10" by Vlad GURDIGA

Dear Wiki user,

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

The "Installing_on_Fedora10" page has been changed by Vlad GURDIGA:
http://wiki.apache.org/couchdb/Installing_on_Fedora10?action=diff&rev1=8&rev2=9

    $ svn checkout http://svn.apache.org/repos/asf/couchdb/trunk couchdb
    $ cd couchdb
    $ ./bootstrap
+ }}}
+ 
+ If bootstrap throws "libtoolize: command not found" you need to "# yum install libtool"
+ 
+ {{{
    $ ./configure
    $ make && make install
  }}}