Augment list of fedora dependencies
Taken from https://github.com/emilk/egui_template/pull/24
This commit is contained in:
parent
931c3a9b6a
commit
4f8dcf9a27
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ The native backend is [`egui_glium`](https://github.com/emilk/egui/tree/master/e
|
|||
|
||||
`sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev`
|
||||
|
||||
On Fedora Rawhide you need to run `dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel`
|
||||
On Fedora Rawhide you need to run:
|
||||
|
||||
`dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel`
|
||||
|
||||
**NOTE**: This is just for the demo app - egui itself is completely platform agnostic!
|
||||
|
||||
|
|
Loading…
Reference in a new issue