Pages

Wednesday, March 4, 2015

instlal compiler on centos

Setup a basic development environment  on CentOS Enterprise Linux  :


  1. autoconf
  2. automake
  3. binutils
  4. bison
  5. flex
  6. gcc
  7. gcc-c++
  8. gettext
  9. libtool
  10. make
  11. patch
  12. pkgconfig
  13. redhat-rpm-config
  14. rpm-build
  15. rpm-sign
  16. libstdc++-devel 
  17. libstdc++
  18. c++
  19. wxGTK-devel
  20. wxGTK


#yum install wxGTK-devel wxGTK autoconf automake binutils bison flex gcc gcc-c++ gettext libtool make patch pkgconfig redhat-rpm-config rpm-build rpm-sign libstdc++-devel libstdc++ c++




No comments:

Post a Comment