[master] 1a1f1d3 Update dependencies and sort entries

Federico G. Schwindt fgsch at lodoss.net
Thu Mar 27 17:48:19 CET 2014


commit 1a1f1d30d917b50073ba1458960da833b2ddb829
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Mar 27 16:47:29 2014 +0000

    Update dependencies and sort entries

diff --git a/doc/sphinx/installation/install.rst b/doc/sphinx/installation/install.rst
index 9b61d35..883cbf9 100644
--- a/doc/sphinx/installation/install.rst
+++ b/doc/sphinx/installation/install.rst
@@ -76,20 +76,20 @@ Build dependencies on Debian / Ubuntu
 In order to build Varnish from source you need a number of packages
 installed. On a Debian or Ubuntu system these are:
 
-* `autotools-dev`
-* `automake1.1`
-* `libtool`
 * `autoconf`
-* `libncurses-dev`
+* `automake1.1`
+* `autotools-dev`
 * `groff-base`
-* `libpcre3-dev`
-* `pkg-config`
 * `make`
 * `libedit-dev`
+* `libncurses-dev`
+* `libpcre3-dev`
+* `libtool`
+* `pkg-config`
+* `python-docutils`
 
 If you're building from git, you also need the following:
 
-* `python-docutils`
 * `python-sphinx` (optional, if you want to build the documentation)
 
 Build dependencies on Red Hat / CentOS
@@ -100,14 +100,17 @@ packages installed:
 
 * `automake`
 * `autoconf`
+* `groff`
+* `libedit-devel`
 * `libtool`
 * `ncurses-devel`
-* `groff`
 * `pcre-devel`
 * `pkgconfig`
-* `libedit-devel`
-* `docutils`
-* `python-sphinx`
+* `python-docutils`
+
+If you're building from git, you also need the following:
+
+* `python-sphinx` (optional, if you want to build the documentation)
 
 Compiling Varnish
 -----------------



More information about the varnish-commit mailing list