mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Update toolchain.md with qemu-img PATH instruction
This commit is contained in:
2
docs/build/toolchain.md
vendored
2
docs/build/toolchain.md
vendored
@@ -132,6 +132,8 @@ Download the Windows version of QEMU from:
|
|||||||
- https://qemu.weilnetz.de/w64/
|
- https://qemu.weilnetz.de/w64/
|
||||||
|
|
||||||
Install QEMU normally and make sure the installation directory is added to your Windows `PATH`.
|
Install QEMU normally and make sure the installation directory is added to your Windows `PATH`.
|
||||||
|
Note that if it breaks when building, you need too add `qemu-img` to your `PATH`:
|
||||||
|
`export PATH="/c/Program Files/qemu:$PATH"`
|
||||||
|
|
||||||
You can verify the installation with:
|
You can verify the installation with:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user