
could not configure a cxx compiler configure 解决办法
ubuntu下安装node.js error could not configure a cxx compiler configure
需要安装g++/c++
命令行中输入:
sudo apt-get install build-essential libssl-dev curl git-core
再输入下面的命令就可以了
./configure
make
sudo make install
============ 欢迎各位老板打赏~ ===========

