mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -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 \
|
libreadline-dev gcc-arm-none-eabi libnewlib-dev \
|
||||||
libbz2-dev liblz4-dev libpython3-dev qtbase5-dev libssl-dev libgd-dev
|
libbz2-dev liblz4-dev libpython3-dev qtbase5-dev libssl-dev libgd-dev
|
||||||
```
|
```
|
||||||
_note_
|
> [!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 the graphical components of the
|
||||||
- If you don't need support for Python3 scripts in the Proxmark3 client, you can skip the installation of `libpython3-dev`.
|
> Proxmark3 client, you can skip the installation of `qtbase5-dev`.
|
||||||
- If you don't need support for NFC ePaper devices, you can skip the installation of `libgd-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
|
## Clone the Iceman repository
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue