mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Update Mac-OS-X-Compile-From-Source-Instructions.md
This commit is contained in:
parent
eb85ba4ebd
commit
76bb9ed575
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ vim Makefile.platform
|
|||
The following command has been shown to work on MacOS Big Sur with the
|
||||
default Compiler Tools that comes installed on this release of the platform:
|
||||
```bash
|
||||
make clean && CFLAGS="" make
|
||||
make clean && CFLAGS="-I /usr/local/opt/openssl/include" make
|
||||
```
|
||||
If you have ``sudo`` rights, you can install the proxmark3 utilities into the system
|
||||
path by running
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue