diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index 41acef77dd..74c194a797 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -6,3 +6,6 @@ If you don't see your distro present in the list, feel free to add the instructi ## Ubuntu 20.04 `sudo apt-get install libx11-dev libasound2-dev` + +## Fedora 32 +`sudo dnf install gcc-c++ libX11-devel alsa-lib-devel`