[documentation] Add details for other Linux / FreeBSD / macOS

This commit is contained in:
Ciprian Dorin Craciun 2019-08-13 22:11:40 +03:00
parent a3f90611a5
commit 8e8f4e6d77

View file

@ -441,6 +441,11 @@ Install the prerequisites
zypper install go zypper install go
zypper install libbrotli-devel 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``); * ``libbrotli-*`` is not required if building without Brotli support; (i.e. by adding ``-tags nobrotli`` to ``go build``);