add instructions on how to install qemu on windows

This commit is contained in:
Jorge Aparicio
2018-09-15 16:44:06 +02:00
parent 9141e203ae
commit 9a9960b58f

View File

@@ -34,6 +34,12 @@ Open On-Chip Debugger 0.10.0
(..)
```
## QEMU
Grab QEMU from [the official website].
[the official website]: https://www.qemu.org/download/#windows
## ST-LINK USB driver
You'll also need to install [this USB driver] or OpenOCD won't work. Follow the installer
@@ -44,6 +50,3 @@ instructions and make sure you install the right version (32-bit or 64-bit) of t
That's all! Go to the [next section].
[next section]: /intro/install/verify.html
> **HELP WANTED** How do we install qemu-system-arm on Windows? If you know
> please send us a [pull request].