红联Linux门户
Linux帮助

CentOS Linux Install Core Development Tools

发布时间:2009-02-20 23:48:05来源:红联作者:Stealth
CentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python & Debuggers

by Vivek Gite

Q. How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?

A. You need to install 'Development Tools' group. These tools include core development tools such as automake, gcc, perl, python, and debuggers:

=> flex
=> gcc
=> redhat-rpm-config
=> strace
=> rpm-build
=> make
=> pkgconfig
=> gettext
=> automake
=> strace64
=> gdb
=> bison
=> libtool
=> autoconf
=> gcc-c++
=> binutils and all dependencies.

Open termianl or login over ssh session and type the following command as root user:

# yum groupinstall 'Development Tools'

Now you can compile and use any application on system.
文章评论

共有 1 条评论

  1. qrpengx 于 2009-02-24 12:33:21发表:

    ok
    thank you very mach