mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
missing dependency. but it gd should come with the OS installation
This commit is contained in:
@@ -59,7 +59,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 \
|
||||
libbz2-dev liblz4-dev libbluetooth-dev libpython3-dev libssl-dev
|
||||
libbz2-dev liblz4-dev libbluetooth-dev libpython3-dev libssl-dev libgd-dev
|
||||
```
|
||||
|
||||
### If you don't need...
|
||||
|
||||
Reference in New Issue
Block a user