[master] c1e52e9 Finally some instructions for building on SmartOS (for a start)

Nils Goroll nils.goroll at uplex.de
Wed Jun 8 22:20:10 CEST 2016


commit c1e52e95c9a82a6c6442ca8f3c4c26f50aae1e67
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 8f99d80..f77ed32 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