docs: Add packages for building in Alpine Linux (#3115)

* Add Alpine packages to UNIX build doc

* Add Alpine packages required for building GUI
This commit is contained in:
Nathan Marley 2019-09-27 15:25:58 -03:00 committed by Alexander Block
parent c5da938518
commit 3ac583cceb

View File

@ -25,6 +25,11 @@ $ sudo dnf install gcc-c++ libtool make autoconf automake python3 cmake libstdc+
$ pacman -S base-devel python3 cmake $ pacman -S base-devel python3 cmake
``` ```
##### Alpine Linux:
```sh
$ sudo apk --update --no-cache add autoconf automake cmake curl g++ gcc libexecinfo-dev libexecinfo-static libtool make perl pkgconfig python3 patch linux-headers
```
##### FreeBSD/OpenBSD: ##### FreeBSD/OpenBSD:
```bash ```bash
pkg_add gmake cmake libtool pkg_add gmake cmake libtool