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
commit 76bb9ed575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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