Assembly instructions are not available on the website:
Download it:
wget http://nodejs.org/dist/v0.8.1/node-v0.8.1.tar.gz
Unpack it:
tar xzf node-v0.8.1.tar.gz
Go to the unzipped folder:
cd node-v0.8.1/
Run
./configure && & make && sudo make install
You may need to install some dependencies first, for example g++ or build-essential , curl and libssl-dev .
There is also an Android batch port , but it does not seem to be actively supported.
to change . Apparently, you need to change some build options to suit your device. A Google search for โnode androidโ + your model should provide you with more details. Here they are for the G1 and Galaxy S: http://mitchtech.net/node-js-on-android-linux/
Ricardo Tomasi Jul 09 '12 at 10:26 2012-07-09 10:26
source share