mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Document dependency on GD for ePaper devices
This commit is contained in:
parent
e1d81f6faf
commit
572bdbf727
6 changed files with 24 additions and 7 deletions
|
@ -169,11 +169,12 @@ 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 liblz4-dev libpython3-dev qtbase5-dev libssl-dev
|
||||
libbz2-dev liblz4-dev libpython3-dev qtbase5-dev libssl-dev libgd-dev
|
||||
```
|
||||
_note_
|
||||
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.
|
||||
If you don't need support for Python3 scripts in the Proxmark3 client, you can skip the installation of `libpython3-dev`.
|
||||
If you don't need support for NFC ePaper devices, you can skip the installation of `libgd-dev`.
|
||||
|
||||
## Clone the Iceman repository
|
||||
^[Top](#top)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue