mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
12 lines
328 B
Markdown
12 lines
328 B
Markdown
|
# Notes to run tests
|
||
|
|
||
|
No ARM compiler available ?
|
||
|
|
||
|
```
|
||
|
sudo zypper --non-interactive install cmake
|
||
|
sudo zypper --non-interactive install python3
|
||
|
sudo zypper --non-interactive install python3-pip
|
||
|
python3 -m pip install ansicolors sslcrypto
|
||
|
tools/pm3_tests.sh --long mfkey nonce2key mf_nonce_brute fpga_compress common client
|
||
|
```
|