Update Mac-OS-X-Compile-From-Source-Instructions.md

This commit is contained in:
Maxie D. Schmidt
2022-03-01 15:58:45 -05:00
committed by GitHub
parent eb85ba4ebd
commit 76bb9ed575

View File

@@ -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