Sunday 1 March 2015

Install Node js on UDOO(Lubuntu OS) board


Install node js on UDOO board

sudo apt-get install git-core python libssl-dev build-essential 
git clone git://github.com/joyent/node.git node && cd node 
git checkout v0.10.22 
./configure --without-snapshot make 
sudo make install 


Install serial port library for node js on UDOO board

npm install serialport

No comments:

Post a Comment