Skip to content

Commit 5da8258

Browse files
committed
Added notes and reference to Issue 63 about building on M1 Mac
1 parent ae66cf9 commit 5da8258

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ export LDFLAGS="-L/usr/local/opt/binutils/lib"
236236
export CPPFLAGS="-I/usr/local/opt/binutils/include"
237237
```
238238

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+
239243

240244
Using
241245
=====

0 commit comments

Comments
 (0)