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 2012/12/02 23:22:06 UTC

[Couchdb Wiki] Update of "Installing_on_Debian" by DaveCottlehuber

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Installing_on_Debian" page has been changed by DaveCottlehuber:
http://wiki.apache.org/couchdb/Installing_on_Debian?action=diff&rev1=2&rev2=3

  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 autoconf-archive pkg-config
+ # dependencies
  sudo aptitude install -y libssl0.9.8 libssl-dev zlib1g zlib1g-dev libcurl4-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 texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texinfo
  }}}
  
  === Installing Erlang/OTP ===