-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wouldn't compile on M1 Mac #80
Comments
I encountered the same issue because my homebrew path is different from the one specified in the Makefile ( Other problems I encountered:
Resolving those issues, everything builds successfully (MacBook Air M1 2020, Sonoma 14.4) and |
Thanks, this solved the issue. I've applied the changed you've suggested, and compiled like magic. However, in my case
This may be another issue, not related to the original compile issue. |
You'll need to run as root to have full access to the disk ( |
I'm trying this repo directly by
git clone
. (#52 (comment)_ )I've installed all the requirements in README.md, yet I get this error:
The text was updated successfully, but these errors were encountered: