mirror of https://github.com/kholia/OSX-KVM.git
Merge c8b6339c5d
into a9b20147de
This commit is contained in:
commit
9def10a285
12
README.md
12
README.md
|
@ -60,12 +60,22 @@ processors work just fine (even for macOS Sonoma).
|
|||
### Installation Preparation
|
||||
|
||||
* Install QEMU and other packages.
|
||||
|
||||
* Debian
|
||||
```
|
||||
sudo apt-get install qemu uml-utilities virt-manager git \
|
||||
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
|
||||
tesseract-ocr-eng genisoimage -y
|
||||
```
|
||||
* Arch
|
||||
```
|
||||
sudo pacman -S qemu virt-manager git \
|
||||
wget libguestfs p7zip make dmg2img tesseract cdrtools \
|
||||
paru && paru -S uml_utilities
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
This step may need to be adapted for your Linux distribution.
|
||||
|
||||
|
|
Loading…
Reference in New Issue