docker opensuse leap notes

This commit is contained in:
Philippe Teuwen 2021-09-05 02:21:51 +02:00
parent 591a9dc53d
commit 02f3e439e2

View 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
```