This commit is contained in:
lollilol 2024-01-31 15:59:53 +09:00 committed by GitHub
commit 9def10a285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 1 deletions

View File

@ -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.