-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
make install and make build error #6
Comments
i'm on macOS BigSur Version 11.6, on Apple M1 |
try make init if that doesn't install rust try adding a command to scripts/initialize for both linux and macos the command you mentioned should work maybe just add it to the end of scripts/initialize |
i ended up installing rust manually (for now) just to try to get rest of install going still crashing on I'll do a search to see if i can find how to resolve this clang error
|
ok appears to build correctly on 596f771
however on
|
this should be fixed here -> d6a14a0 |
OK has this been merged to main? |
looks like it requires rust compiler, and its not installed by default
Maybe ask the user if they don't have it on their system, do they want to install and add in rust install e.g.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
somewhere?reference: https://www.rust-lang.org/learn/get-started
The text was updated successfully, but these errors were encountered: