mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
5ad85d55d7
commit
f52b3faa3c
1 changed files with 7 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
||||||
- [On Fedora](#on-fedora)
|
- [On Fedora](#on-fedora)
|
||||||
- [If you don't need...](#if-you-dont-need-2)
|
- [If you don't need...](#if-you-dont-need-2)
|
||||||
- [On openSUSE](#on-opensuse)
|
- [On openSUSE](#on-opensuse)
|
||||||
|
- [If you don't need...](#if-you-dont-need-3)
|
||||||
- [Clone the Iceman repository](#clone-the-iceman-repository)
|
- [Clone the Iceman repository](#clone-the-iceman-repository)
|
||||||
- [Check ModemManager](#check-modemmanager)
|
- [Check ModemManager](#check-modemmanager)
|
||||||
- [⚠️ Very important ⚠️](#️-very-important-️)
|
- [⚠️ Very important ⚠️](#️-very-important-️)
|
||||||
|
@ -124,9 +125,13 @@ cross-arm-none-newlib-devel python3-devel libqt5-qtbase-devel libopenssl-devel
|
||||||
|
|
||||||
Note that Bluez is not available on openSUSE so the native Bluetooth support won't be available in the client.
|
Note that Bluez is not available on openSUSE so the native Bluetooth support won't be available in the client.
|
||||||
|
|
||||||
If you don't need the graphical components of the Proxmark3 client (such as in `hw tune`), you can skip the installation of `libqt5-qtbase-devel`.
|
### If you don't need...
|
||||||
|
👉 If you don't need the graphical components of the Proxmark3 client (such as in `hw tune`),
|
||||||
|
you can skip the installation of `libqt5-qtbase-devel`.
|
||||||
|
|
||||||
|
👉 If you don't need support for Python3 scripts in the Proxmark3 client,
|
||||||
|
you can skip the installation of `python3-devel`.
|
||||||
|
|
||||||
If you don't need support for Python3 scripts in the Proxmark3 client, you can skip the installation of `python3-devel`.
|
|
||||||
|
|
||||||
# Clone the Iceman repository
|
# Clone the Iceman repository
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue