Add additional utilities install notes for macOS. Closes #23

This commit is contained in:
Martin Wimpress 2020-04-06 07:51:50 +01:00
parent 485aaed7c7
commit 64cff9bbab
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 9 additions and 0 deletions

View File

@ -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).