学以致用

focus on Python , C++, and some interest in Go and R

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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.

posted on 2011-05-18 09:04  Jerry.Kwan  阅读(327)  评论(0编辑  收藏  举报