mirror of https://github.com/kholia/OSX-KVM.git
Compare commits
2 Commits
bed700997e
...
c08d247cdf
Author | SHA1 | Date |
---|---|---|
|
c08d247cdf | |
|
16eb2b142e |
|
@ -43,9 +43,9 @@ help (pull-requests!) with the following work items:
|
|||
|
||||
### Requirements
|
||||
|
||||
* A modern Linux distribution. E.g. Ubuntu 22.04 LTS 64-bit or later.
|
||||
* A modern Linux distribution. E.g. Ubuntu 24.04 LTS 64-bit or later.
|
||||
|
||||
* QEMU >= 6.2.0
|
||||
* QEMU >= 8.2.2
|
||||
|
||||
* A CPU with Intel VT-x / AMD SVM support is required (`grep -e vmx -e svm /proc/cpuinfo`)
|
||||
|
||||
|
@ -62,7 +62,7 @@ processors work just fine (even for macOS Sonoma).
|
|||
* Install QEMU and other packages.
|
||||
|
||||
```
|
||||
sudo apt-get install qemu uml-utilities virt-manager git \
|
||||
sudo apt-get install qemu-system uml-utilities virt-manager git \
|
||||
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
|
||||
tesseract-ocr-eng genisoimage vim net-tools screen -y
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue