mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-26 15:53:36 +00:00
[desktop] Update Fedora dependencies (#2957)
Signed-off-by: Chris H. Meyer <christian.h.meyer@t-online.de> Co-authored-by: Chris H. Meyer <christian.h.meyer@t-online.de> Co-committed-by: Chris H. Meyer <christian.h.meyer@t-online.de>
This commit is contained in:
@@ -68,6 +68,10 @@ and apply the [Ubuntu workarounds accordingly](#workarounds-for-older-ubuntu-ver
|
||||
|
||||
```bash
|
||||
sudo dnf install -y \
|
||||
awk \
|
||||
wget \
|
||||
optipng \
|
||||
git \
|
||||
clang \
|
||||
cmake \
|
||||
ninja-build \
|
||||
@@ -80,8 +84,13 @@ sudo dnf install -y \
|
||||
qt6-qtpositioning \
|
||||
qt6-qtpositioning-devel \
|
||||
qt6-qtsvg-devel \
|
||||
python3-protobuf \
|
||||
sqlite-devel
|
||||
python3-pip \
|
||||
sqlite-devel \
|
||||
libXrandr-devel \
|
||||
libXinerama-devel \
|
||||
libXcursor-devel \
|
||||
libXi-devel
|
||||
pip3 install "protobuf<3.21" --break-system-packages
|
||||
```
|
||||
|
||||
#### Alpine
|
||||
|
||||
Reference in New Issue
Block a user