qode icon indicating copy to clipboard operation
qode copied to clipboard

armv7l release

Open Utopiah opened this issue 3 years ago • 2 comments

Hi, I built nodegui-starter on Linux and Windows without problem. I then tried on a reMarkable 1, a Linux device with a 1 GHz ARM A9 CPU with entware and its own community supported package manager and repository allowing we to use node and npm. Unfortunately when npm install tried to add qode it failed to get the release for this architecture. Supporting this architecture would open up a lot potential for novel apps on this great device which unfortunately doesn't have a browser. How can I help with that?

Utopiah avatar Nov 28 '20 22:11 Utopiah

A binary file for ARM architecture in the release section must be enough to complete the npm install command. I have built qode with my ARM device but there is not way to declare the qode binary file path or tarball for the npm install command

rocarlopez avatar Jan 08 '21 18:01 rocarlopez

@rocarlopez The path in the code can be found here: https://github.com/nodegui/qode/blob/master/npm/src/config.js

a7ul avatar Jan 11 '21 17:01 a7ul