Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 20046

Re: How to update node.js in the SD card image to the latest release

$
0
0

Alex thanks for a great writeup!

For those of us who like to make our Galileo's do the heavy lifting, building from source is really easy too.

First have an SD image with build tools installed!

Then, from root, only the following commands are needed:

 

wget http://nodejs.org/dist/v0.10.25/node-v0.10.25.tar.gz

tar -xzf node-v0.10.25.tar.gz

cd node*

./configure

make

make install

 

This will run for a few hours, error free - and you really feel like the Galileo is doing useful work.


Viewing all articles
Browse latest Browse all 20046

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>