proxmark3/docker/fedora-35/README.md

13 lines
318 B
Markdown
Raw Normal View History

2021-12-15 07:28:25 +08:00
# Notes to run tests
```
sudo yum -y update
sudo yum -y install cmake python-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
```
2022-01-10 00:52:16 +08:00
Warning, `recover_pk selftests` will fail on Fedora because they stripped down the available ECC curves in their OpenSSL.
2021-12-15 07:28:25 +08:00
2022-01-10 00:52:16 +08:00
So just comment the "recover_pk test"