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

Arm64 support for MacOS #1024

Open
emirefek opened this issue Aug 28, 2023 · 2 comments
Open

Arm64 support for MacOS #1024

emirefek opened this issue Aug 28, 2023 · 2 comments

Comments

@emirefek
Copy link

Is your feature request related to a problem? Please describe.
I'm a developer using New Apple Silicons using Arm64. nodegui does not supports it.

Describe alternatives you've considered
I didn't tried anything yet.

Additional context
Because there isn't any compiled binary for it, npm install @nodegui/nodegui fails

I saw there is new package called qodejs which supports arm64. What things needed to done to support arm64.

Also there is an closed issue about it but I don't think it should be closed yet, so opening new one. #817

@sedwards2009
Copy link
Collaborator

It shouldn't be all that much work to get it going. It should mostly be a case of updating enough of the build system to add macOS arm64, and then testing to see if it works.

As you saw qodejs already has support even though it hasn't really been tested. I would just start by cloning the nodegui repo locally and doing a npm install and npm run build and see what happens. You'll need Xcode installed and ready to go.

You'll have more questions. Ask them here and I'll try to respond quickly.

@sedwards2009
Copy link
Collaborator

This is really the same as #1004

@sedwards2009 sedwards2009 pinned this issue Feb 17, 2024
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

No branches or pull requests

2 participants