gnome アプリケーションの開発に一般的に使用される GUI ベースの C++ IDE はどれですか?
私は特に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 の中には「プロジェクト ファイル」のように見えるものはありません。