diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index 40bb9daada..727b3bcb7d 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -9,6 +9,10 @@ If you don't see your distro present in the list, feel free to add the instructi ```bash sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev ``` +### Windows Subsystem for Linux (WSL 2) + +Graphics and audio need to be configured for them to work with WSL 2 backend. +Please see the ubuntu [WSL documentation](https://wiki.ubuntu.com/WSL) on how to set up graphics and audio. ## Fedora 32