Updated 01 Installation (markdown)
parent
ed146c5fb9
commit
1ad577de45
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue