mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Add pkg-config as a Ubuntu 20.04 dependency. (#463)
This may need to be added for all Linux distros, but I'm testing in WSL2, and Ubuntu 20.04 was all I had.
This commit is contained in:
parent
581d85b413
commit
ca4a2114a8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ If you don't see your distro present in the list, feel free to add the instructi
|
|||
|
||||
## Ubuntu 20.04
|
||||
```bash
|
||||
sudo apt-get install libx11-dev libasound2-dev
|
||||
sudo apt-get install pkg-config libx11-dev libasound2-dev
|
||||
```
|
||||
|
||||
## Fedora 32
|
||||
|
|
Loading…
Reference in a new issue