gpt4 book ai didi

ubuntu - 帮助从终端在 Ubuntu 10.04 上安装 Node.js?

转载 作者:搜寻专家 更新时间:2023-10-31 22:21:29 25 4
gpt4 key购买 nike

我正在使用这个站点来遵循有关如何安装 Node 的命令:

https://github.com/joyent/node/wiki/Installation

这部分没有错误:

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

一旦我点击这个命令,我就得到了错误

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!

我应该怎么做才能获得 cxx 编译器?

最佳答案

您应该能够在终端中运行以下命令:

sudo apt-get update
sudo apt-get install build-essential

(另外,阅读 https://help.ubuntu.com/community/CompilingSoftware 以获得更多背景信息等)

关于ubuntu - 帮助从终端在 Ubuntu 10.04 上安装 Node.js?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7067176/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com