added note about build essentials to WSL docs (#1859)

This commit is contained in:
shadownetdev1 2023-05-08 21:32:41 -04:00 committed by GitHub
parent 791a38bad1
commit 32ad47c898
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,12 @@ You can launch your WSL Ubuntu installation by selecting the Ubuntu app (like an
sudo apt install [missing package] sudo apt install [missing package]
``` ```
You will probably need to install build-essential
```
sudo apt install build-essential
```
If you face any issues or need to troubleshoot, you can always refer to the official Microsoft documentation for WSL: https://docs.microsoft.com/en-us/windows/wsl/ If you face any issues or need to troubleshoot, you can always refer to the official Microsoft documentation for WSL: https://docs.microsoft.com/en-us/windows/wsl/
## Bonus: Port Forwarding ## Bonus: Port Forwarding