mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
updated instructions
This commit is contained in:
parent
cbf045dddb
commit
ec0137db79
1 changed files with 4 additions and 4 deletions
|
@ -22,12 +22,12 @@ assignees: doegox, iceman1001
|
|||
# OS compilation and tests
|
||||
|
||||
```bash
|
||||
make clean && make -j PLATFORM=PM3OTHER && tools/pm3_tests.sh
|
||||
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
|
||||
make install; pushd /tmp; proxmark3 -c 'data load -f em4x05.pm3;lf search 1'; popd; make uninstall
|
||||
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=PM3OTHER && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3GENERIC && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4 && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||
```
|
||||
|
@ -43,4 +43,4 @@ make install; pushd /tmp; proxmark3 -c 'data load -f em4x05.pm3;lf search 1'; po
|
|||
- [ ] OpenSuse
|
||||
- [ ] OSX
|
||||
- [ ] Android
|
||||
- [ ] Termux
|
||||
- [ ] Termux
|
Loading…
Reference in a new issue