Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在Windows CE6-ARM上交叉编译节点js,遇到了很多麻烦。
我在某处读到 CMake 可以使该过程稍微复杂一些。
我无法找到有关如何使用 Cmake 为 Windows CE 编译节点 js 的任何资源
任何形式的帮助表示赞赏。
Windows CE 不是 node.js(或其大部分依赖项)支持的平台,因此我认为您最终可能会浪费大量时间来尝试使其编译和正常工作。
有节点的 Chakra Core 端口,但这只是 javascript 引擎,甚至可能无法 100% 兼容 Windows CE。