Skip to content

Commit 0f8239c

Browse files
nmarleybarrystyle
authored andcommitted
docs: Add packages for building in Alpine Linux (dashpay#3115)
* Add Alpine packages to UNIX build doc * Add Alpine packages required for building GUI
1 parent 58ecfd9 commit 0f8239c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/build-unix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ $ sudo dnf install gcc-c++ libtool make autoconf automake python3 cmake libstdc+
2525
$ pacman -S base-devel python3 cmake
2626
```
2727

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+
2833
##### FreeBSD/OpenBSD:
2934
```bash
3035
pkg_add gmake cmake libtool

0 commit comments

Comments
 (0)