[documentation] Add details for other Linux / FreeBSD / macOS
This commit is contained in:
parent
a3f90611a5
commit
8e8f4e6d77
1 changed files with 5 additions and 0 deletions
|
@ -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``);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue