Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 80771 invoked from network); 31 Aug 2009 19:29:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Aug 2009 19:29:24 -0000 Received: (qmail 55123 invoked by uid 500); 31 Aug 2009 19:29:24 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 55093 invoked by uid 500); 31 Aug 2009 19:29:24 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 55017 invoked by uid 500); 31 Aug 2009 19:29:23 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 54970 invoked by uid 99); 31 Aug 2009 19:29:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2009 19:29:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2009 19:29:13 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A3EEC118AA for ; Mon, 31 Aug 2009 19:28:52 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Mon, 31 Aug 2009 19:28:52 -0000 Message-ID: <20090831192852.1214.96256@eos.apache.org> Subject: [Couchdb Wiki] Trivial Update of "Installing on OSX" by PerEjeklint X-Virus-Checked: Checked by ClamAV on apache.org 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