From 5123d4cd2b5cfbbba1112710ce29d3d85a3b3ef9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 20 Jan 2016 12:04:02 +0300 Subject: [PATCH] [DOC] Minimal Go version is 1.4 Signed-off-by: Sergey Matveev --- doc/installation.texi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/installation.texi b/doc/installation.texi index ca95bb1..6320578 100644 --- a/doc/installation.texi +++ b/doc/installation.texi @@ -18,11 +18,12 @@ Possibly GoVPN already exists in your distribution: @end itemize GoVPN is written on Go programming language and you have to install Go -compiler (1.5+ version is highly recommended): @code{lang/go} port in -FreeBSD and @code{golang} package in most GNU/Linux distributions. -@emph{Make} (BSD and GNU ones are fine) is recommended for convenient -building. @url{https://www.gnu.org/software/texinfo/, Texinfo} is used -for building documentation. Possibly you also need to install TUN/TAP +compiler (1.5+ version is highly recommended, 1.4 is the minimal +sufficient): @code{lang/go} port in FreeBSD and @code{golang} package in +most GNU/Linux distributions. @emph{Make} (BSD and GNU ones are fine) is +recommended for convenient building. +@url{https://www.gnu.org/software/texinfo/, Texinfo} is used for +building documentation. Possibly you also need to install TUN/TAP interface utilities (depending on your operating system): @code{uml-utilities} package in most GNU/Linux distributions. -- 2.44.0