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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user