Updated 01 Installation (markdown)

Martin Wimpress 2024-05-14 21:35:15 +01:00
parent ed146c5fb9
commit 1ad577de45
1 changed files with 9 additions and 2 deletions

@ -158,8 +158,15 @@ sudo emerge --ask --noreplace app-emulation/qemu \
## Install on macOS
macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information.
Install the Quickemu requirements using brew:
``` shell
brew install bash curl cdrtools coreutils gnu-sed grep jq ncurses pciutils procps python@3.10 qemu unzip usbutils samba socat spice-gtk swtpm zsync
brew install bash cdrtools coreutils jq ncurses pciutils procps python3 qemu unzip usbutils samba socat spice-gtk swtpm zsync
```
Now clone the project:
``` shell
git clone https://github.com/quickemu-project/quickemu
cd quickemu
```