summaryrefslogtreecommitdiff
path: root/INSTALL.md
blob: 398576dd55d62235fbd575b4c810c8ff885e99d2 (plain)
1
2
3
4
5
6
7
8
Installing qemu:

```
mkdir build
cd build
../configure --enable-plugins --target-list=arm-softmmu
make
```
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback