Skip to content

Commit

Permalink
Added notes and reference to Issue 63 about building on M1 Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Jun 25, 2022
1 parent ae66cf9 commit 5da8258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ export LDFLAGS="-L/usr/local/opt/binutils/lib"
export CPPFLAGS="-I/usr/local/opt/binutils/include"
```

You can also see notes under [Issue #63](https://github.com/orbcode/orbuculum/issues/63) from Gasman2014 about building on a M1
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
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.


Using
=====
Expand Down

0 comments on commit 5da8258

Please sign in to comment.