mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-06 16:27:22 +08:00
Add the needed qt package on ArchLinux
qt5-base is enough on my Arch
This commit is contained in:
parent
48279e85d9
commit
a784608d94
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue