We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ecfd9 commit 0f8239cCopy full SHA for 0f8239c
doc/build-unix.md
@@ -25,6 +25,11 @@ $ sudo dnf install gcc-c++ libtool make autoconf automake python3 cmake libstdc+
25
$ pacman -S base-devel python3 cmake
26
```
27
28
+##### Alpine Linux:
29
+```sh
30
+$ sudo apk --update --no-cache add autoconf automake cmake curl g++ gcc libexecinfo-dev libexecinfo-static libtool make perl pkgconfig python3 patch linux-headers
31
+```
32
+
33
##### FreeBSD/OpenBSD:
34
```bash
35
pkg_add gmake cmake libtool
0 commit comments