Created
June 6, 2017 09:17
-
-
Save hanvari/5c0d9ffd061e89020b4b8a489eff8344 to your computer and use it in GitHub Desktop.
Build Heimdall on MacOS Sierra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]: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 |
@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
@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
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.