You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that this project is no longer maintained and is pretty much dead. But the Electron like APIs and vastly reduced bundle size and support for vibrancy are a must for me. Only thing holding me back is the Node 12.x. I've built the project but can't work out how to upgrade Node. Anyone able to help on this..?
The text was updated successfully, but these errors were encountered:
Basically, the DeskGap depends on nod to bootstrap nodejs, and nod is using libnode as static library to link node.
Though, you only need to fork libnode to make it work (or you can use my fork).
For detail, see my fork of libnode, and my fork of DeskGap. The recent commits should explain how this work.
You need to focus on the cmake file changes in node/CMakeLists.txt and bootstraping code in node/src/main.cc.
I understand that this project is no longer maintained and is pretty much dead. But the Electron like APIs and vastly reduced bundle size and support for vibrancy are a must for me. Only thing holding me back is the Node 12.x. I've built the project but can't work out how to upgrade Node. Anyone able to help on this..?
The text was updated successfully, but these errors were encountered: