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 3A0A4DB1F for ; Sun, 2 Dec 2012 22:22:30 +0000 (UTC) Received: (qmail 13861 invoked by uid 500); 2 Dec 2012 22:22:30 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 13821 invoked by uid 500); 2 Dec 2012 22:22:30 -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 13814 invoked by uid 500); 2 Dec 2012 22:22:30 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 13809 invoked by uid 99); 2 Dec 2012 22:22:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 22:22:30 +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; Sun, 02 Dec 2012 22:22:27 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id E62DD526; Sun, 2 Dec 2012 22:22:06 +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: Sun, 02 Dec 2012 22:22:06 -0000 Message-ID: <20121202222206.80875.77828@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Installing=5Fon=5FDebian=22_by_?= =?utf-8?q?DaveCottlehuber?= Auto-Submitted: auto-generated 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 c= hange notification. The "Installing_on_Debian" page has been changed by DaveCottlehuber: http://wiki.apache.org/couchdb/Installing_on_Debian?action=3Ddiff&rev1=3D2&= rev2=3D3 We'll need some pre-requisites: = {{{ + # build tools - sudo aptitude install -y build-essential libtool autoconf + sudo aptitude install -y build-essential libtool autoconf automake autoco= nf-archive pkg-config + # dependencies sudo aptitude install -y libssl0.9.8 libssl-dev zlib1g zlib1g-dev libcurl= 4-openssl-dev lsb-base ncurses-dev libncurses-dev libmozjs-dev libmozjs2d = libicu-dev xsltproc + # optional for building documentation + sudo aptitude install -y help2man python-sphinx texlive-latex-base texliv= e-latex-recommended texlive-latex-extra texlive-fonts-recommended texinfo }}} = =3D=3D=3D Installing Erlang/OTP =3D=3D=3D