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/01 12:57:17 UTC

[Couchdb Wiki] 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:
add alternate icu configure line

------------------------------------------------------------------------------
  $ curl -O http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz
  $ tar xvzf icu4c-4_2_1-src.tgz
  $ cd icu/source
- $ ./runConfigureICU MacOSX --with-library-bits=64 --disable-samples --enable-static
+ $ ./runConfigureICU MacOSX --with-library-bits=64 --disable-samples --enable-static # if this fails for you try: ./configure --enable-64bit-libs
  $ make
  $ make install
  }}}