Skip to content

Commit

Permalink
Add pkg-config as a Ubuntu 20.04 dependency. (bevyengine#463)
Browse files Browse the repository at this point in the history
This may need to be added for all Linux distros, but I'm testing in WSL2, and Ubuntu 20.04 was all I had.
  • Loading branch information
ndarilek authored and mrk-its committed Oct 6, 2020
1 parent 111e644 commit fc85689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc85689

Please sign in to comment.