-
Notifications
You must be signed in to change notification settings - Fork 461
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
Compilation on Apple Silicon (ARM64) #749
Comments
ALSA isn’t available on Mac; it stands for Advanced Linux Sound Architecture. Try compiling with the flags —no-default-features and —features “portaudio_backend” |
i get same error building |
@lux1992 Have you tried using the |
Yes, just got it to with works with |
thanks @IsELK!, closing this as it seems resolved. Feel free to reopen if this was not your issue @johnalanwoods |
@robinvd sorry for late reply on this. Yep all resolved. Great to have |
Description
Currently
cargo build
doesn't compile on the M1 SOC. (ARM64).To Reproduce
cargo build
Expected behavior
Logs
Compilation flags
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: