mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
docker opensuse leap notes
This commit is contained in:
parent
591a9dc53d
commit
02f3e439e2
1 changed files with 11 additions and 0 deletions
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
|
||||
```
|
Loading…
Reference in a new issue