Читать книгу Mastering Linux System Administration - Richard Blum - Страница 69
THE CORE LINUX PROGRAMMING LANGUAGES
ОглавлениеMost Linux utility programs are written using the C or C++ programming language. To compile them on your system, you will need the gcc
package installed, as well as the make
package. Most Linux desktop distributions don't install these by default. If the configure
program shows an error that these parts are missing, consult your specific Linux distribution docs on what packages you need to install.