Update install requirements

Martin Wimpress 2024-05-14 17:26:11 +01:00
parent c978e8d8b3
commit 5a6495978d
1 changed files with 3 additions and 3 deletions

@ -118,13 +118,13 @@ These examples may save a little typing:
This also applies to derivatives:
``` shell
sudo apt install qemu bash coreutils ovmf grep jq mesa-utils pciutils procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 xdg-user-dirs zsync unzip
sudo apt-get install bash coreutils curl genisoimage grep jq mesa-utils ovmf pciutils procps python3 qemu sed socat spice-client-gtk swtpm-tools unzip usbutils util-linux xdg-user-dirs xrandr zsync
```
### Install requirements on Fedora
``` shell
sudo dnf install qemu bash coreutils edk2-tools grep jq mesa-demos pciutils procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm xdg-user-dirs xrandr unzip
sudo dnf install bash coreutils curl edk2-tools genisoimage grep jq mesa-demos pciutils procps python3 qemu sed socat spice-gtk-tools swtpm unzip usbutils util-linux xdg-user-dirs xrandr zsync
```
### Install requirements on Gentoo
@ -161,5 +161,5 @@ sudo emerge --ask --noreplace app-emulation/qemu \
macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information.
``` shell
brew install qemu bash coreutils grep jq pciutils python@3.10 cdrtools gnu-sed spice-gtk zsync
brew install bash curl cdrtools coreutils gnu-sed grep jq ncurses pciutils procps python@3.10 qemu unzip usbutils socat spice-gtk swtpm zsync
```