1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -04:00

Add libssl-dev to apt-get install path (#635)

This commit is contained in:
Emil Ernerfeldt
2021-08-20 14:37:14 +02:00
committed by GitHub
parent 3e2746a288
commit 661f0d71a7
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ This aims to be the entry-level crate if you want to write an `egui` app.
To use on Linux, first run:
```
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
```
## Name