[desktop] Added Void dependencies

Signed-off-by: Radek Olsak <radek@olsak.net>
This commit is contained in:
Radek Olsak
2026-01-03 11:02:40 +01:00
committed by x7z4w
parent c3f5986f12
commit ead092af79

View File

@@ -111,6 +111,21 @@ sudo apk add \
sqlite-dev
```
#### Void
```bash
xbps-install -S \
wget \
optipng \
cmake \
ninja \
qt6-base-devel \
qt6-svg-devel \
qt6-position-devel \
python3-pip
pip3 install "protobuf<3.21" --break-system-packages
```
#### macOS
```bash