Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Win32 support #31

Open
feg624 opened this issue Mar 20, 2021 · 4 comments
Open

Win32 support #31

feg624 opened this issue Mar 20, 2021 · 4 comments

Comments

@feg624
Copy link

feg624 commented Mar 20, 2021

Hi, first of all thanks for this great work! I'm looking at Nodegui for a desktop app I need to build for Win32 machines.

I know Qode currently supports Win64 only, but would it be possible it to support Win32 with some work?

If possible, I'd like to give it a try.

Thanks in advance.

@a7ul
Copy link
Collaborator

a7ul commented Mar 20, 2021

Yes, I think its possible.
You can check this file here: https://github.com/nodegui/qode/blob/master/build.js

if you see, there is TARGET_ARCH variable. Try setting that to x86 and build
Then its just fixing things as they break.

@a7ul
Copy link
Collaborator

a7ul commented Mar 20, 2021

Before starting with building qode I would actually first try and build nodejs itself on my machine just to make sure i have all dependecies sorted out.

@a7ul
Copy link
Collaborator

a7ul commented Mar 20, 2021

If you want to see what exact commands you need to run to build: you can check the workflow here: https://github.com/nodegui/qode/blob/master/.github/workflows/windows.yml

@feg624
Copy link
Author

feg624 commented Mar 21, 2021

Thanks @a7ul I'm going to give it a try!!!

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

No branches or pull requests

2 participants