From: Sergey Matveev Date: Wed, 19 Aug 2015 20:25:22 +0000 (+0300) Subject: [DOC] Recommend Go 1.5, because of performance reasons X-Git-Tag: 3.5^2~10 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=a8e13e4c985c458ab4410443a36b7a8260169665;p=govpn.git [DOC] Recommend Go 1.5, because of performance reasons Signed-off-by: Sergey Matveev --- diff --git a/doc/installation.texi b/doc/installation.texi index 3f5bde6..bb3faeb 100644 --- a/doc/installation.texi +++ b/doc/installation.texi @@ -19,8 +19,8 @@ Get the tarball and run @code{make}. @emph{govpn-client}, @emph{govpn-server}, @emph{govpn-verifier} binaries will be build in the current directory. -As a prerequisite you must install Go compiler and possibly TUN/TAP -interfaces utilities: +As a prerequisite you must install Go compiler (version 1.5 is highly +recommended) and possibly TUN/TAP interfaces utilities: @itemize @bullet @item @code{lang/go} port in FreeBSD.