mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
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:
parent
c5da938518
commit
3ac583cceb
@ -25,6 +25,11 @@ $ sudo dnf install gcc-c++ libtool make autoconf automake python3 cmake libstdc+
|
||||
$ 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:
|
||||
```bash
|
||||
pkg_add gmake cmake libtool
|
||||
|
Loading…
Reference in New Issue
Block a user