From a784608d946fbdc4df9f6f66e456b4c633c54404 Mon Sep 17 00:00:00 2001 From: slurdge Date: Tue, 16 Jul 2019 22:05:51 +0200 Subject: [PATCH] Add the needed qt package on ArchLinux qt5-base is enough on my Arch --- .../Linux-Installation-Instructions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md index 8954a38f7..bb5afb268 100644 --- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md @@ -41,8 +41,10 @@ Additional AUR packages: ```sh yaourt -S termcap ``` - -Note that with only these requirements, you will not get the graphical components of the Proxmark3 client. (Untested: how to get it? `yaourt -S qt4` ?) +If you want graphical output (such as in `hw tune`): +```sh +sudo pacman -Su qt5-base +``` # Clone the RRG/Iceman repository