From a592ef05626115dc379dbadc8a3859cdc3cbdc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Lindstr=C3=B6m?= Date: Thu, 29 Oct 2020 02:51:51 +0100 Subject: [PATCH] Add WSL 2 instructions to linux_dependencies.md (#727) Update linux_dependencies.md Co-authored-by: Carter Anderson --- docs/linux_dependencies.md | 4 ++++ 1 file changed, 4 insertions(+) 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