哪个基于 GUI 的 C++ IDE 通常用于开发 gnome 应用程序?
我专门询问gnome-system-monitor因为我想摆弄它。我想用一个不错的基于 GUI 的 C++ IDE 来做这件事。
我认为 Anjuta 是 gnome 应用程序的默认 IDE。但是当我获取源代码时,没有明显是项目文件的文件。
编辑:这是我到目前为止所做的
# get the build dependencies for the gnome-system-monitor
sudo aptitude build-dep gnome-system-monitor
# get the sources for the gnome-system-monitor
mkdir example
cd example
apt-get source gnome-system-monitor
# build the gnome-system-monitor
cd gnome-system-monitor-2.28.0
sh configure
make
但是gnome-system-monitor-2.28.0 中的任何内容都不像“项目文件”。