yo estaba usando este sitio para seguir las órdenes sobre la instalación de nodo:Ayuda para instalar Node.js en Ubuntu 10.04 desde la terminal?
https://github.com/joyent/node/wiki/Installation
Esta parte no tenía errores:
git clone --depth 1 git://github.com/joyent/node.git # or git clone git://github.com/joyent/node.git if you want to checkout a stable tag
cd node
git checkout v0.4.10 # optional. Note that master is unstable.
export JOBS=2 # optional, sets number of parallel commands.
mkdir ~/local
vez que llegué a este comando, tengo el error
[email protected]:/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!
¿Qué debo hacer para obtener un compilador de cxx?
¿Alguien sabe cómo instalar esto en Fedora 16? He intentado esto sin suerte ... [ágil @ 453D05J nodo-v0.10.15] $ sudo yum install g ++ plugins cargados: Langpacks, presto, refresh-packagekit n paquete g ++ disponible. Error: Nada que hacer [agile @ 453D05J node-v0.10.15] $ –
Lo siento ... Típico: Encontré la respuesta, encontré la respuesta, necesito instalar '$ sudo yum install gcc-C++' –