From 8e8f4e6d77a0d1e2d243ca27ef2aaa0c880710f6 Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Tue, 13 Aug 2019 22:11:40 +0300 Subject: [PATCH] [documentation] Add details for other Linux / FreeBSD / macOS --- documentation/readme.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/readme.rst b/documentation/readme.rst index 9fffb7a..e17e5e3 100644 --- a/documentation/readme.rst +++ b/documentation/readme.rst @@ -441,6 +441,11 @@ Install the prerequisites zypper install go zypper install libbrotli-devel +* other Linux / FreeBSD / Apple macOS: + + * fetch and install Go from: https://golang.org/dl + * add ``/usr/local/go/bin`` to your ``PATH``; + * ``libbrotli-*`` is not required if building without Brotli support; (i.e. by adding ``-tags nobrotli`` to ``go build``);