summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-08-04 01:04:08 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-04 21:15:41 +0200
commit5445155dba87b0529c3f1b206015e12f6f3a5e06 (patch)
tree7896024071f85d8e297bd47ec8c2c141bf0a50e1 /Documentation
parentffee3d6c5dd470d563e2be8d0fc3d522b6028717 (diff)
downloadserenity-5445155dba87b0529c3f1b206015e12f6f3a5e06.zip
Meta: Auto-detect where QEMU is installed on Windows
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructionsWindows.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/BuildInstructionsWindows.md b/Documentation/BuildInstructionsWindows.md
index 13103204d4..45e74fad32 100644
--- a/Documentation/BuildInstructionsWindows.md
+++ b/Documentation/BuildInstructionsWindows.md
@@ -34,12 +34,6 @@ will need to install the tools as well as the system emulators for i386 and x86_
![QEMU Components](QEMU_Components.png)
-Locate the `qemu-system-x86_64.exe` executable in WSL.
-By default this will be at `/mnt/c/Program Files/qemu/qemu-system-x86_64.exe`.
-
-Set the `SERENITY_QEMU_BIN` environment variable to that location. For example: \
-`export SERENITY_QEMU_BIN='/mnt/c/Program Files/qemu/qemu-system-x86_64.exe'`
-
Run `Meta/serenity.sh run` to build and run SerenityOS as usual.
### Hardware acceleration