From 64cff9bbab5aacf12c9a78dc4faaa8e2290ac82f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 6 Apr 2020 07:51:50 +0100 Subject: [PATCH] Add additional utilities install notes for macOS. Closes #23 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 33c5559..abe495e 100644 --- a/README.md +++ b/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).