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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -