Node.js binary for RISC-V architecture.? #4740
-
Is there any availability of a pre-built Node.js binary specifically for the RISC-V architecture. Currently, Node.js provides pre-built binaries for various architectures like ARM (e.g., node-v20.3.0-linux-armv7l.tar.gz) which greatly simplify the installation process. i would like to know any pre-built Node.js binary for the RISC-V or provide steps to build node js binary from source on linux x86. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
There are unofficial builds for RISC-V on https://unofficial-builds.nodejs.org/. https://github.com/nodejs/unofficial-builds/tree/main/recipes/riscv64 contains the scripts used to build them. |
Beta Was this translation helpful? Give feedback.
-
thank you richardlau, I have reviewed the unofficial RISC-V packages on https://unofficial-builds.nodejs.org/ and noticed that they are only available starting for RISC-V architecture from Node.js version 17.7.0. However, I am currently using Node.js version 16. Is there any available package for Node.js 16 that would be compatible with the RISC-V architecture? This would greatly facilitate my work. Thank you! |
Beta Was this translation helpful? Give feedback.
There are unofficial builds for RISC-V on https://unofficial-builds.nodejs.org/. https://github.com/nodejs/unofficial-builds/tree/main/recipes/riscv64 contains the scripts used to build them.