mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Make sure Windows have QEMU tools in their WSL2 system
They don't need QEMU to run the VM but they do at least need the QEMU tools to build the image.
This commit is contained in:
parent
0b48e12dd7
commit
b805708c6f
Notes:
sideshowbarker
2024-07-18 09:08:38 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/b805708c6fd Pull-request: https://github.com/SerenityOS/serenity/pull/8714
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ In practice, this means cloning and building the project to somewhere such as `/
|
|||
|
||||
## Setting up build tools
|
||||
|
||||
Please see the general build instructions for a list of tools you need to install in your WSL Linux environment. As a
|
||||
special exception you should _not_ install QEMU in the Linux environment and instead use the instructions from the next
|
||||
section to set up QEMU on your host system.
|
||||
Please see the general build instructions for a list of tools you need to install in your WSL Linux environment.
|
||||
|
||||
## Setting up QEMU
|
||||
|
||||
|
|
Loading…
Reference in a new issue