Development Tools
A basic development environment.
- autoconf - A GNU tool for automatically configuring source code
- automake - A GNU tool for automatically creating Makefiles
- binutils - A GNU collection of binary utilities
- bison - A GNU general-purpose parser generator
- byacc - Berkeley Yacc, a parser generator
- cscope - C source code tree search and browse tool
- ctags - A C programming language indexing and/or cross-reference tool
- diffstat - A utility which provides statistics based on the output of diff
- doxygen - A documentation system for C/C++
- elfutils - A collection of utilities and DSOs to handle compiled objects
- flex - A tool for creating scanners (text pattern recognizers)
- gcc - Various compilers (C, C++, Objective-C, Java, ...)
- gcc-c++ - C++ support for GCC
- gcc-gfortran - Fortran support
- gettext - GNU libraries and utilities for producing multi-lingual messages
- git - Fast Version Control System
- indent - A GNU program for formatting C code
- intltool - Utility for internationalizing various kinds of data files
- libtool - The GNU Portable Library Tool
- make - A GNU tool which simplifies the build process for users
- patch - Utility for modifying/upgrading files
- patchutils - A collection of programs for manipulating patch files
- pkgconfig - A tool for determining compilation options
- rcs - Revision Control System (RCS) file version management tools
- redhat-rpm-config - CloudLinux specific rpm configuration files
- rpm-build - Scripts and executable programs used to build packages
- rpm-sign - Package signing support
- subversion - A Modern Concurrent Version Control System
- swig - Connects C/C++/Objective C to some high-level programming languages
- systemtap - Programmable system-wide instrumentation system