From 07811ba8e4e4f68393725c55a5bf911894eb4166 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 9 Sep 2020 08:50:31 -0500 Subject: [PATCH] Add pkg-config as a Ubuntu 20.04 dependency. This may need to be added for all Linux distros, but I'm testing in WSL2, and Ubuntu 20.04 was all I had. --- docs/linux_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index dd63fc5d648c2..2b39104236c82 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -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