forked from quickemu-project/quickemu
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: man pages regenerated including recent wiki revisions
- Loading branch information
1 parent
99f0c4c
commit 3413fd1
Showing
6 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
author: Martin Wimpress | ||
date: May 14, 2024 | ||
date: May 26, 2024 | ||
footer: quickemu | ||
header: Quickemu User Manual | ||
section: 1 | ||
|
@@ -238,13 +238,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 hosts | ||
|
||
``` 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 | ||
|
@@ -280,12 +280,17 @@ sudo emerge --ask --noreplace app-emulation/qemu \ | |
|
||
#### Install requirements on macOS hosts | ||
|
||
This is a **work in progress** (see [issue | ||
447](https://github.com/quickemu-project/quickemu/issues/447) for other | ||
steps and changes that may enable running on MacOS) | ||
Install the Quickemu requirements using brew: | ||
|
||
``` shell | ||
brew install qemu bash coreutils curl grep jq pciutils [email protected] cdrtools gnu-sed spice-gtk zsync | ||
brew install bash cdrtools coreutils jq python3 qemu usbutils samba socat swtpm zsync | ||
``` | ||
|
||
Now clone the project: | ||
|
||
``` shell | ||
git clone https://github.com/quickemu-project/quickemu | ||
cd quickemu | ||
``` | ||
|
||
## [Alternative Frontends](https://github.com/quickemu-project/quickemu/wiki/07-Alternative-frontends) | ||
|
@@ -750,7 +755,7 @@ Arguments | |
--braille : Enable braille support. Requires SDL. | ||
--delete-disk : Delete the disk image and EFI variables | ||
--delete-vm : Delete the entire VM and its configuration | ||
--display : Select display backend. 'sdl' (default), 'gtk', 'none', 'spice' or 'spice-app' | ||
--display : Select display backend. 'sdl' (default), 'cocoa', 'gtk', 'none', 'spice' or 'spice-app' | ||
--fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit) | ||
--ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers | ||
--kill : Kill the VM process if it is running | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters