From a098fb948544899b923bc6b6b4a31c23fd9cab2a Mon Sep 17 00:00:00 2001 From: Iceman Date: Sun, 22 Dec 2019 21:39:27 +0100 Subject: [PATCH] Update Linux-Installation-Instructions.md add libsndfile for ArchLinux / Fedora (@doegox ) --- .../Linux-Installation-Instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md index 08c7fe474..b48b8e9f5 100644 --- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md @@ -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`.