-
Notifications
You must be signed in to change notification settings - Fork 624
Open
Description
NodeOS currently don't support to install compiled modules (only on build) since they need to be compiled. Let's discuss what to do.
Node-GYP needs to have:
- Python
- CPython binary
- Empythoned Is it still active?
- PythonJS
- PyPyJS
- make
- C/C++ toolchain
- GCC binary
- libstdc++ is part of GCC, so we could get it by free
- LLVM/Clang binaries
- emscripten (LLVM-to-Javascript)
- GCC binary
Reactions are currently unavailable