编译C和C++程序需要一些没有被默认安装的软件包。
Install the build-essential package (see 第 11 章 添加、删除和更新应用程序).
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是在C和C++中为“GNOME”平台开发应用程序的集成开发环境。
Install the anjuta package from the “Universe” repository (see 第 11 章 添加、删除和更新应用程序).
按下Alt+F2,输入“anjuta”,并按下 ,从而开始使用Anjuta。
KDevelop是在C和C++中为“KDE”平台开发应用程序的集成开发环境。
Install the kdevelop package from the “Universe” repository (see 第 11 章 添加、删除和更新应用程序).
点击KDevelop。
→ → ,从而开始使用