mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Update Windows-Installation-Instructions.md
Signed-off-by: Iceman <iceman@iuse.se>
This commit is contained in:
parent
e9e98848d9
commit
f9ea405940
1 changed files with 7 additions and 4 deletions
|
@ -166,10 +166,13 @@ sudo apt-get install --no-install-recommends git ca-certificates build-essential
|
|||
libreadline-dev gcc-arm-none-eabi libnewlib-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`.
|
||||
> [!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 in the
|
||||
> PM3 device, 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