mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
Update Linux-Installation-Instructions.md
add libsndfile for ArchLinux / Fedora (@doegox )
This commit is contained in:
parent
66426cee1e
commit
a098fb9485
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ If you get some (non blocking) error at runtime such as _Gtk-Message: Failed to
|
|||
## On ArchLinux
|
||||
|
||||
```sh
|
||||
sudo pacman -Sy base-devel readline arm-none-eabi-gcc arm-none-eabi-newlib git --needed
|
||||
sudo pacman -Sy base-devel readline arm-none-eabi-gcc arm-none-eabi-newlib libsndfile git --needed
|
||||
```
|
||||
If you want graphical output (such as in `hw tune`):
|
||||
```sh
|
||||
|
@ -45,7 +45,7 @@ sudo pacman -Su qt5-base
|
|||
## On Fedora
|
||||
|
||||
```sh
|
||||
sudo dnf install git make gcc gcc-c++ arm-none-eabi-gcc-cs arm-none-eabi-newlib readline-devel qt5-qtbase-devel libatomic
|
||||
sudo dnf install git make gcc gcc-c++ arm-none-eabi-gcc-cs arm-none-eabi-newlib readline-devel qt5-qtbase-devel libatomic libsndfile
|
||||
```
|
||||
|
||||
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qt5-qtbase-devel`.
|
||||
|
|
Loading…
Reference in a new issue