-
Notifications
You must be signed in to change notification settings - Fork 21
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
No Intel MacOS Support #58
Comments
It works fine on M1.
If you want a native binary, build from source. Works fine.
…On Thu, Dec 14, 2023, 6:40 AM and… ***@***.***> wrote:
Hey There,
im using a MacBook Pro with Intel chip, it seems like you forgot to
support that platform.
Could you please release for those too?
—
Reply to this email directly, view it on GitHub
<#58>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCSD3ZPTJP7OP7ZH3MWOQDYJLXTRAVCNFSM6AAAAABAUY4VCSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DCNRRHE3DGMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
What do you mean? The binaries provided with the releases are intel only (x86_64) There are no universal binaries though, so M1 users will need Rosetta. A PR to provide universal binaries for MacOS was merged, we will get universal binaries on the next release. |
Right.. You have three options.
1. Use Rosetta. It's free and it's awesome.
2. Build from source. Xcode is free and it's awesome.
3. Wait for a release where someone with an M series does a build of fat
binaries or provides separate binaries.
As this is a developer tool, building from source is not unreasonable. It's
tiny and builds in way under a minute,. IIRC.
…On Wed, Dec 20, 2023, 5:40 PM Andre Fonseca ***@***.***> wrote:
What do you mean? The binaries provided with the releases
<https://github.com/pine64/blisp/releases/tag/v0.0.4> are intel only
(x86_64)
There are no universal binaries though, so M1 users will need Rosetta. A
PR to provide universal binaries for MacOS was merged, we will get
universal binaries on the next release.
—
Reply to this email directly, view it on GitHub
<#58 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCSD37J2EQGMKTP47XYQDTYKNZNLAVCNFSM6AAAAABAUY4VCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRVGI3TSOJVHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey There,
im using a MacBook Pro with Intel chip, it seems like you forgot to support that platform.
Could you please release for those too?
The text was updated successfully, but these errors were encountered: