Node.js, server side javascript sitting on top of Google's v8 engine, is not available for install from the Debian squeeze's default repositories and doesn't easily compile for ARM. Are there any raspberry pi specific projects to get node up and running? Is there an easy way to build from source or install from binary if my package manager doesn't include node or if I want the latest version?
|
|
Those patches are not necessary anymore since Node.js v0.8.10.
|
|||
|
|
|
Github user Geoff Flarity has created a raspberry pi specific patch that allows node.js to be compiled for the raspberry pi. On top of this he includes pre-built binaries for the latest version of node and clear instructions. You can find this all here https://github.com/gflarity/node_pi |
|||
|
|
|
Under the Debian Squeeze distribution node.js 0.8.2 compiles quite happily with a few tweaks http://ijosblog.blogspot.fi/2012/07/compiling-nodejs-on-raspberry-pi.html |
|||
|
|