From 12d5d43d7ad09ced289cf342d19ea55cd5531510 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 16 Mar 2023 18:46:46 +0000 Subject: [PATCH] Build with cgo --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d37e55c..9868305 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -62,7 +62,7 @@ Build *out-of-tree*:: $ git clone https://code.dumpstack.io/tools/out-of-tree $ cd out-of-tree - $ go build -o ~/bin/out-of-tree + $ CGO_ENABLED=1 go build -o ~/bin/out-of-tree .. note:: On a GNU/Linux you need to add your user to docker group if you want