mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
better doc
This commit is contained in:
parent
ec0137db79
commit
855844b13b
1 changed files with 5 additions and 3 deletions
|
@ -22,9 +22,11 @@ assignees: doegox, iceman1001
|
|||
# OS compilation and tests
|
||||
|
||||
```bash
|
||||
make clean && make -j PLATFORM=PM3GENERIC && tools/pm3_tests.sh
|
||||
make clean && make -j PLATFORM=PM3RDV4 && tools/pm3_tests.sh
|
||||
make clean && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && tools/pm3_tests.sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
make clean && make -j PLATFORM=PM3GENERIC && tools/pm3_tests.sh --long
|
||||
make clean && make -j PLATFORM=PM3RDV4 && tools/pm3_tests.sh --long
|
||||
make clean && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && tools/pm3_tests.sh --long
|
||||
sudo make install; pushd /tmp; proxmark3 -c 'data load -f lf_EM4x05.pm3;lf search -1'; popd; sudo make uninstall
|
||||
|
||||
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3GENERIC && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||
|
|
Loading…
Reference in a new issue