Add additional utilities install notes for macOS. Closes #23

pull/28/head
Martin Wimpress 5 years ago
parent 485aaed7c7
commit 64cff9bbab
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 9
      README.md

@ -157,6 +157,15 @@ Starting /media/martin/Quickemu/windows10.conf
### macOS
#### Optional extras for macOS
If you want to run macOS then `quickemu` requires some additional utilities.
`rot13` from `bsdgames` is used to *"decrypt"* the OSK key.
```
sudo apt install bsdgames wget
```
There are some considerations when running macOS via Quickemu.
* `quickemu` will automatically download the required [Clover EFI bootloader](https://sourceforge.net/projects/cloverefiboot/) and OVMF firmware from [the macOS-Simple-KVM project](https://github.com/foxlet/macOS-Simple-KVM).

Loading…
Cancel
Save