mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-04-21 06:03:55 +00:00
Merge remote-tracking branch 'origin'
This commit is contained in:
commit
1e3ec55036
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -61,7 +61,9 @@ processors work just fine (even for macOS Sonoma).
|
|||
|
||||
### Installation Preparation
|
||||
|
||||
* Install QEMU and other packages.
|
||||
* Install QEMU and other packages. (Note: This step may need to be adapted for your Linux distribution.)
|
||||
|
||||
#### Debian/Ubuntu
|
||||
|
||||
```
|
||||
sudo apt-get install qemu-system uml-utilities virt-manager git \
|
||||
|
|
@ -69,7 +71,13 @@ processors work just fine (even for macOS Sonoma).
|
|||
tesseract-ocr-eng genisoimage vim net-tools screen -y
|
||||
```
|
||||
|
||||
This step may need to be adapted for your Linux distribution.
|
||||
#### Fedora/RHEL
|
||||
|
||||
```
|
||||
sudo dnf install qemu-system-x86 virt-manager git \
|
||||
wget libguestfs-tools p7zip make dmg2img tesseract-common \
|
||||
tesseract-langpack-eng genisoimage vim net-tools screen -y
|
||||
```
|
||||
|
||||
* Clone this repository on your QEMU system. Files from this repository are
|
||||
used in the following steps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue