Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B35C68CD for ; Mon, 4 Jul 2011 21:15:07 +0000 (UTC) Received: (qmail 76163 invoked by uid 500); 4 Jul 2011 21:15:07 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 76041 invoked by uid 500); 4 Jul 2011 21:15:06 -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 76029 invoked by uid 500); 4 Jul 2011 21:15:06 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 76025 invoked by uid 99); 4 Jul 2011 21:15:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 21:15:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2011 21:15:05 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 57E5A346; Mon, 4 Jul 2011 21:14:45 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 04 Jul 2011 21:14:45 -0000 Message-ID: <20110704211445.12876.22118@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Installing=5Fon=5FUbuntu=22_by_?= =?utf-8?q?RandallLeeds?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Installing_on_Ubuntu" page has been changed by RandallLeeds: http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=3Ddiff&rev1=3D65= &rev2=3D66 * Untar (decompress) the source file: {{{tar -zxvf apache-couchdb-*.*.*.= tar.gz}}} * Change into the expanded directory: {{{cd apache-couchdb-*.*.*}}} * Configure the build: {{{./configure}}} - . On Ubuntu '''10.04 and later when building CouchDB-1.1.x or less''': = {{{LDFLAGS=3D"$(pkg-config mozilla-js --libs-only-L)" CFLAGS=3D"$(pkg-confi= g mozilla-js --cflags)" ./configure}}} or {{{./configure --with-js-include= =3D/usr/lib/xulrunner-devel-w.x.y.z/include --with-js-lib=3D/usr/lib/xulrun= ner-devel-w.x.y.z/lib}}} + . On Ubuntu '''10.04 and later when building CouchDB-1.1.x or less''': + . {{{./configure --with-js-include=3D/usr/lib/xulrunner-devel-w.x.y.z/= include --with-js-lib=3D/usr/lib/xulrunner-devel-w.x.y.z/lib}}} + . or + . {{{LDFLAGS=3D"$(pkg-config mozilla-js --libs-only-L)" CFLAGS=3D"$(pk= g-config mozilla-js --cflags)" ./configure}}} . On Ubuntu '''11.04 and later when building CouchDB-1.2 or greater''':= No special flags should be necessary to build. Simply run {{{./configure}}} . You may want to specify build options like the installation directory= , etc. Please reference the examples below. * Build or Compile the source: {{{make}}}