Update Windows-Installation-Instructions.md

Signed-off-by: Iceman <iceman@iuse.se>
This commit is contained in:
Iceman 2024-01-29 11:55:45 +01:00 committed by GitHub
commit f9ea405940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)