mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-16 18:01:54 +00:00
Update info about building on Redhat 9 based distro
This commit is contained in:
parent
1ba584153f
commit
dbdaff70a5
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@ apt install git cmake build-essential ccache libssl-dev libunbound-dev libboost-
|
|||
libprotobuf-dev libhidapi-dev libzxing-dev libusb-1.0-0-dev
|
||||
```
|
||||
|
||||
#### Rhel 9 / Alma / Rocky
|
||||
|
||||
```bash
|
||||
sudo dnf install epel-release -y
|
||||
sudo dnf groupinstall "Development Tools" -y
|
||||
sudo dnf install unbound-devel boost-devel qrencode-devel zxing-cpp-devel qt6-qtbase-devel qt6-qtsvg-devel qt6-qtwebsockets-devel qt6-qtmultimedia-devel qt6-qtwayland-devel libsodium-devel
|
||||
```
|
||||
|
||||
#### Void Linux
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue