From eef33cd9d707afcb3a70d385db60c333c2b62ca5 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 21 Apr 2024 18:55:00 +0300 Subject: [PATCH] Note about buildability with 1.22 --- doc/building.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/building.texi b/doc/building.texi index 7405d39..3dd5fcb 100644 --- a/doc/building.texi +++ b/doc/building.texi @@ -2,7 +2,12 @@ @cindex building @section Build instructions -Make sure that Go is installed. For example to install it from packages: +Make sure that Go 1.20+ is installed. Beware, that @strong{currently} +building with Go 1.22 is impossible unless @ref{noyggdrasil, +@code{noyggdrasil}} tag is set. + +Go can be installed from packages or +@url{https://go.dev/doc/install/source, build manually}: @table @asis @item FreeBSD @@ -79,4 +84,5 @@ $ GO_CFLAGS="-tags nofsnotify" bin/build @end example @vindex noyggdrasil +@anchor{noyggdrasil} You can also disable Yggdrasil support with @code{-tags noyggdrasil}. -- 2.44.0