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 PerEjeklint:
http://wiki.apache.org/couchdb/Installing_on_OSX
The comment on the change is:
Minor typo: icu/source instead of icu/src
------------------------------------------------------------------------------
{{{
$ 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/src
+ $ cd icu/source
$ ./runConfigureICU MacOSX --with-library-bits=64 --disable-samples --enable-static
$ make
$ make install
|