linux - How to compile/install node.js(could not configure a cxx compiler!) (Ubuntu). -
how can compile/install node.js on ubuntu? failed error cxx compiler
.
one-liner install needed dependencies(curl , git not needed, useful , needed if install via nvm).
sudo apt-get install build-essential libssl-dev curl git-core
last 2 dependencies not needed, installing them usefull anyway , need later anyway.
to install cxx compiler
sudo apt-get install build-essential
if openssl missing
sudo apt-get install libssl-dev
Comments
Post a Comment