[4.1] fd18b3b Finally some instructions for building on SmartOS (for a start)

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 14 15:25:12 CEST 2016


commit fd18b3ba004f3253f3c1479857a04964fbfc30a0
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Jun 8 22:17:09 2016 +0200

    Finally some instructions for building on SmartOS (for a start)

diff --git a/doc/sphinx/installation/install.rst b/doc/sphinx/installation/install.rst
index e455016..f7e6492 100644
--- a/doc/sphinx/installation/install.rst
+++ b/doc/sphinx/installation/install.rst
@@ -110,6 +110,19 @@ packages installed:
 * `python-sphinx`
 * `graphviz`
 
+Build dependencies on a SmartOS Zone
+------------------------------------
+
+As of SmartOS pkgsrc 2015Q4, install the following packages::
+
+	pkgin in autoconf automake libedit libtool ncurses \
+		 pcre graphviz py27-sphinx python27 gmake gcc49 \
+		 pkg-config
+
+Optionally, to pull from a repository::
+
+	pkgin in git
+
 Compiling Varnish
 -----------------
 



More information about the varnish-commit mailing list