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/02/05 21:20:10 UTC

[Couchdb Wiki] Update of "Installing on Windows" by rloh

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

The comment on the change is:
Makefile had couchdb compiling to its own bin directory; should've been to ebin

------------------------------------------------------------------------------
  Add the following content:
  
  {{{
- {'./couchdb/*', [{outdir,"../bin"}]}.
+ {'./couchdb/*', [{outdir,"../ebin"}]}.
  {'./mochiweb/*', [{outdir,"../../mochiweb-0.01/ebin"}]}.
  }}}