Update platform-build.md with additional libraries for Fedora (#336)

This commit is contained in:
Tommy He 2020-10-19 21:44:06 +08:00 committed by GitHub
parent 702d31eb01
commit e42110ce56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
On Fedora, build dependencies can be installed via:
```
sudo dnf install cmake make qt5-qtmultimedia-devel qt5-qtsvg-devel qt5-qtbase-gui ffmpeg-devel opus-devel openssl-devel python3-protobuf protobuf-c protobuf-devel qt5-rpm-macros SDL2-devel
sudo dnf install cmake make qt5-qtmultimedia-devel qt5-qtsvg-devel qt5-qtbase-gui ffmpeg-devel opus-devel openssl-devel python3-protobuf protobuf-c protobuf-devel qt5-rpm-macros SDL2-devel libevdev-devel systemd-devel
```
Then, Chiaki builds just like any other CMake project: