Update README.md

This commit is contained in:
zykron1 2023-02-17 14:52:12 -08:00 committed by GitHub
parent 38ebdba5b9
commit 96d458cdd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,11 @@ cd binutils-build
make all install 2>&1 | tee make.log
```
NOTE: Run this if on mac to substitiute the /usr/include directory
```
export CPATH="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/"
```
gcc
---
```sh