Replies: 3 comments 3 replies
-
Since version 10 we ship all binaries for all platforms in the npm package via prebuildify. |
Beta Was this translation helpful? Give feedback.
-
OK. I managed to package for vscode. It was very simple. Basically I had to do nothing special, it just worked. I had tried that exercise some time ago (about 2 years). At that time it was really horrible. I found the article describing it: https://cultivatehq.com/posts/how-we-built-a-visual-studio-code-extension-for-iot-prototyping/ Does this problem still exist or would it be gone with the prebuilt binaries? |
Beta Was this translation helpful? Give feedback.
-
Hi,
from what I found so far in the Issues it seems that this could be doable but I'm lacking a clear documentation/guide how to do it.
When I build on macOS and build a package only the native code for macOS is installed. If someone uses the SW on a Windows machine the binaries are not there.
With bindings, prebuilt packages and/or prebuildify I think it should work somehow. If someone could give me some guidance that would be great.
My ultimate goal here is to create a vscode extension that includes native packages so that serial port could be utilized on Windows, mac and Linux. But building/pacakging is done only on a macOs system.
Beta Was this translation helpful? Give feedback.
All reactions