added missing lib dependency (thanks @mistial-dev)

This commit is contained in:
iceman1001 2022-06-13 07:30:35 +02:00
parent f4011f3283
commit a0ac404497

View file

@ -168,7 +168,7 @@ Install dependencies:
```sh
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev libbz2-dev libpython3-dev qtbase5-dev
libreadline-dev gcc-arm-none-eabi libnewlib-dev libbz2-dev libpython3-dev qtbase5-dev libssl-dev
```
_note_
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.