Skip to content
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

add: build apple silicon statement #99

Closed
wants to merge 1 commit into from

Conversation

payt0nc
Copy link

@payt0nc payt0nc commented Dec 5, 2023

Purpose: Create a build statement for Apple Silicon(M1/M2)

I added a simple build command to build the colmsg for Apple Silicon use since my laptop is M2 Macbook Air.
What if you do not have Apple Silicon but Intel Mac, the environment should be add the build target with rustup target add aarch64-apple-darwin


To be verified:
The $Version could be process under cargo 1.74.0 to build the binary. The $VERSION could be no file been found.
However, the outcome $(shell pwd)/target/aarch64-apple-darwin/release/colmsg. This could be discuss how to get the right outcome binary.

@proshunsuke
Copy link
Owner

@payt0nc
Thank you for the PR.
Inspired by this PR, I have released an update supporting Apple Silicon at v3.2.0.

@proshunsuke
Copy link
Owner

I will be closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants