Skip to content

Instantly share code, notes, and snippets.

@hanvari
Created June 6, 2017 09:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanvari/5c0d9ffd061e89020b4b8a489eff8344 to your computer and use it in GitHub Desktop.
Save hanvari/5c0d9ffd061e89020b4b8a489eff8344 to your computer and use it in GitHub Desktop.
Build Heimdall on MacOS Sierra
git clone git@github.com:Benjamin-Dobell/Heimdall.git
cd Heimdall
mkdir build
cd build
cmake -DDISABLE_FRONTEND=ON -DCMAKE_BUILD_TYPE=Release ..
LIBRARY_PATH=/usr/local/lib make
#References:
#https://raw.githubusercontent.com/Benjamin-Dobell/Heimdall/master/Linux/README
#https://github.com/Benjamin-Dobell/Heimdall/issues/311
@d3v-null
Copy link

d3v-null commented Oct 9, 2017

I found these instructions did not work for me, so if you find this page on Google and you're stuck, check out Appendix B right at the bottom: https://github.com/Benjamin-Dobell/Heimdall/tree/master/OSX
Cheers.

@ammmze
Copy link

ammmze commented Dec 24, 2018

@derwentx link no longer exists. Here's an updated link: https://gitlab.com/BenjaminDobell/Heimdall/blob/master/OSX/README.txt#L480 ... though it still isn't working for me running on MacOS Mojave

EDIT: Looks like there was a PR open for the compile issues found here. So if you make those same changes it should compile

@pjobson
Copy link

pjobson commented Feb 9, 2020

@ammmze thanks, your solution worked, I was able to compile under mojave.

Made a concise guide here: https://gist.github.com/pjobson/1e04674e5b30d664b58bc7ec6130824e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment