Skip to content

Commit

Permalink
chg: update instructions for dependecies. sudo apt-get install libsnd…
Browse files Browse the repository at this point in the history
…file1-dev
  • Loading branch information
iceman1001 committed Dec 22, 2019
1 parent a4407ae commit 96d3bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the requirements

```sh
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libsndfile1-dev
```

If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ These instructions will show how to setup the environment on OSX to the point wh
2. Install dependencies:

```
brew install readline qt5 pkgconfig
brew install readline qt5 pkgconfig libsndfile
brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Enter WSL prompt (`wsl`) and from there, follow the [Linux Installation Instruct
```sh
sudo apt-get update
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libsndfile1-dev
```

If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.
Expand Down

0 comments on commit 96d3bbc

Please sign in to comment.