I used this site to execute node installation commands:
https://github.com/joyent/node/wiki/Installation
There were no errors in this part:
git clone --depth 1 git://github.com/joyent/node.git
As soon as I hit this command, I got an error
root@tgwizman :/node# ./configure --prefix=$HOME/local/node Checking for program g++ or c++ : not found Checking for program icpc : not found Checking for program c++ : not found /node/wscript:228: error: could not configure a cxx compiler!
What should I do to get the cxx compiler?
Tgwizman
source share