We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae66cf9 commit 5da8258Copy full SHA for 5da8258
README.md
@@ -236,6 +236,10 @@ export LDFLAGS="-L/usr/local/opt/binutils/lib"
236
export CPPFLAGS="-I/usr/local/opt/binutils/include"
237
```
238
239
+You can also see notes under [Issue #63](https://github.com/orbcode/orbuculum/issues/63) from Gasman2014 about building on a M1
240
+mac. You need to watch out for Homebrew binutils...on a M1 Mac you must use the Apple binutils or you will get linker errors. All
241
+you need to do is move the homebrew binutils out of the way while you do the build....no big deal when you know about it.
242
+
243
244
Using
245
=====
0 commit comments