您的位置:首页 > 运维架构 > Linux

Debian Linux Install GNU GCC Compiler and Development Environment

2011-05-18 09:04 399 查看
You need to install package called build-essential package.

This package contains an informational list of packages which are considered
essential for building Debian packages including gcc compiler, make and other
required tools. This package also depends on the packages on that list, to make
it easy to have the build-essential packages installed.

Simply type the following command as root user:
# apt-get update
&& apt-get upgrade
# apt-get install build-essential
# gcc -v
#
make -v

Now, you should able to compile software, create Debian
packages or simply write a code using C / C++ compilers.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: