mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-17 03:00:16 -04:00
docker opensuse leap notes
This commit is contained in:
11
docker/opensuse-leap/README.md
Normal file
11
docker/opensuse-leap/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user