[master] 6ba312289 update smartos build instructions

Nils Goroll nils.goroll at uplex.de
Thu Dec 3 16:03:08 UTC 2020


commit 6ba3122894989a378379e3e58234463899371b5e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Dec 3 16:18:29 2020 +0100

    update smartos build instructions

diff --git a/doc/sphinx/installation/install_source.rst b/doc/sphinx/installation/install_source.rst
index 8f11d33fe..f290dac66 100644
--- a/doc/sphinx/installation/install_source.rst
+++ b/doc/sphinx/installation/install_source.rst
@@ -154,10 +154,13 @@ Then continue `Compiling Varnish`_
 Build dependencies on a SmartOS Zone
 ------------------------------------
 
-As of SmartOS pkgsrc 2017Q1, install the following packages::
+As of SmartOS pkgsrc 2019Q4, install the following packages::
 
-	pkgin in autoconf automake libedit libtool ncurses \
-		 pcre py27-sphinx python27 gmake gcc49 pkg-config
+	pkgin in autoconf automake editline libtool ncurses \
+		 pcre python37 py37-sphinx py37-docutils gmake gcc8 pkg-config
+
+*Note:* you will probably need to add ``/opt/local/gcc8/bin`` to
+``PATH`` in order to have ``gcc`` available.
 
 Optionally, to rebuild the svg files::
 


More information about the varnish-commit mailing list