Add glxinfo
parent
8b8ea6b8d0
commit
85a860ddb8
|
|
@ -92,12 +92,13 @@ requirements manually:
|
||||||
- [Coreutils](https://www.gnu.org/software/coreutils/)
|
- [Coreutils](https://www.gnu.org/software/coreutils/)
|
||||||
- [curl](https://curl.se/)
|
- [curl](https://curl.se/)
|
||||||
- [EDK II](https://github.com/tianocore/edk2)
|
- [EDK II](https://github.com/tianocore/edk2)
|
||||||
|
- [gawk](https://www.gnu.org/software/gawk/)
|
||||||
- [grep](https://www.gnu.org/software/grep/)
|
- [grep](https://www.gnu.org/software/grep/)
|
||||||
|
- [glxinfo](https://gitlab.freedesktop.org/mesa/demos)
|
||||||
- [jq](https://stedolan.github.io/jq/)
|
- [jq](https://stedolan.github.io/jq/)
|
||||||
- [pciutils](https://github.com/pciutils/pciutils)
|
- [pciutils](https://github.com/pciutils/pciutils)
|
||||||
- [procps](https://gitlab.com/procps-ng/procps)
|
- [procps](https://gitlab.com/procps-ng/procps)
|
||||||
- [python3](https://www.python.org/)
|
- [python3](https://www.python.org/)
|
||||||
- [chunkcheck](https://gist.github.com/MCJack123/943eaca762730ca4b7ae460b731b68e7)
|
|
||||||
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
|
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
|
||||||
- [usbutils](https://github.com/gregkh/usbutils)
|
- [usbutils](https://github.com/gregkh/usbutils)
|
||||||
- [util-linux](https://github.com/karelzak/util-linux)
|
- [util-linux](https://github.com/karelzak/util-linux)
|
||||||
|
|
@ -117,13 +118,13 @@ These examples may save a little typing:
|
||||||
This also applies to derivatives:
|
This also applies to derivatives:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
sudo apt install qemu bash coreutils ovmf grep jq pciutils procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 xdg-user-dirs zsync unzip
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install requirements on Fedora
|
### Install requirements on Fedora
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
sudo dnf install qemu bash coreutils edk2-tools grep jq pciutils procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm xdg-user-dirs xrandr unzip
|
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 on macOS
|
## Install on macOS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue