A compilação de programas em C e C++ requer alguns pacotes que não são instalados por omissão.
Install the build-essential package (see Capítulo 11, Instalar, Remover e Atualizar Aplicações).
There are many tools available for C and C++ developers. Those wishing to develop graphical applications will find that choosing a graphical toolkit/platform will make development more convenient. The two most popular development platforms for Xubuntu are “GTK/GNOME” and “Qt/KDE”, each of which has its own set of tools and documentation.
Anjuta is an IDE for developing applications in C and C++ for the “GNOME” platform.
Install the anjuta package from the “Universe” repository (see Capítulo 11, Instalar, Remover e Atualizar Aplicações).
Press Alt+F2, type “anjuta” and press to start using Anjuta.
KDevelop is an IDE for developing applications in C and C++ for the “KDE” platform.
Install the kdevelop package from the “Universe” repository (see Capítulo 11, Instalar, Remover e Atualizar Aplicações).
Press KDevelop.
→ → to start using