如何安装 Extreme tux Racer

avi*_*e00 1 games c++

我已经在我的主文件夹中提取了 Extreme tux racer,将其提取到同一文件夹中后,我运行命令-

~/game/autorun.sh
~/game/./configure
Run Code Online (Sandbox Code Playgroud)

然后运行以下命令-

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
configure: error: in `/home/username/game':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
Run Code Online (Sandbox Code Playgroud)

问题是什么?解决方案是什么? http://sourceforge.net/projects/extremetuxracer/ 我的硬盘上保存有文件,所以我不想从 Ubuntu 应用商店下载

小智 5

Extreme Tux Racer位于官方 Ubuntu 存储库中。

您可以通过以下方式安装它,而无需进行困难的编译:

sudo apt-get install extremetuxracer
Run Code Online (Sandbox Code Playgroud)