mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-11-17 14:31:42 +08:00
While building proxmark3 in an environment without `git` installed, I noticed the following errors on stderr: ``` mkversion create test env: 'git': No such file or directory stat: cannot statx '../README.md': No such file or directory ``` The first line "env: 'git': No such file or directory" is expected, as git is not installed. However, the second line "stat: cannot statx '../README.md': No such file or directory" is a real error: we're running from top-level directory, so the correct path for README.md is just "README.md". |
||
|---|---|---|
| .. | ||
| btaddon | ||
| cryptorf | ||
| deprecated-hid-flasher | ||
| fpga_compress | ||
| hitag2crack | ||
| jtag_openocd | ||
| mfc | ||
| mfd_aes_brute | ||
| simmodule | ||
| analyzesize.py | ||
| build_all_firmwares.sh | ||
| findbits.py | ||
| findbits_test.py | ||
| lena.bmp | ||
| Makefile | ||
| mkversion.sh | ||
| pm3_amii_bin2eml.pl | ||
| pm3_cs8.pl | ||
| pm3_online_check.py | ||
| pm3_pm32wav.py | ||
| pm3_reblay-emulating.py | ||
| pm3_reblay-reading.py | ||
| pm3_tears_for_fears.py | ||
| pm3_tests.sh | ||
| recover_pk.py | ||
| release_tests.sh | ||
| requirements.txt | ||
| rfidtest.pl | ||
| xorcheck.py | ||