diff --git a/01-Installation.md b/01-Installation.md index e755d74..8c13c6c 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -127,6 +127,35 @@ sudo apt install qemu bash coreutils ovmf grep jq mesa-utils pciutils procps pyt 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 ``` +### Install requirements on Gentoo + +Please note that you may have to use `sys-firmware/edk2-ovmf` instead of `sys-firmware/edk2-ovmf-bin` - depending on how your system is configured. + +``` shell +sudo emerge --ask --noreplace app-emulation/qemu \ + app-shells/bash \ + sys-apps/coreutils \ + net-misc/curl \ + sys-firmware/edk2-ovmf-bin \ + sys-apps/gawk \ + sys-apps/grep \ + x11-apps/mesa-progs \ + app-misc/jq \ + sys-apps/pciutils \ + sys-process/procps \ + app-cdr/cdrtools \ + sys-apps/usbutils \ + sys-apps/util-linux \ + sys-apps/sed \ + net-misc/socat \ + app-emulation/spice \ + app-crypt/swtpm \ + x11-misc/xdg-user-dirs \ + x11-apps/xrandr \ + net-misc/zsync \ + app-arch/unzip +``` + ## Install on macOS macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information.