mirror of https://github.com/kholia/OSX-KVM.git
parent
a9b20147de
commit
29ccb47f79
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
|
||||
```
|
||||
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