Linux 哪个基于GUI的C++;IDE通常用于gnome应用程序 基于GUI的C++ IDE通常用于开发GNOME应用程序?

Linux 哪个基于GUI的C++;IDE通常用于gnome应用程序 基于GUI的C++ IDE通常用于开发GNOME应用程序?,linux,ide,g++,gnome,Linux,Ide,G++,Gnome,我特别要求gnome系统监视器,因为我想摆弄它。我想用一个好的基于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 gnom

我特别要求gnome系统监视器,因为我想摆弄它。我想用一个好的基于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中没有任何内容看起来像是“项目文件”。

我相信它已经被使用过,或者至少在当时被使用过

我不确定GNOME是C++。有C++封装,如GTKMM和GLYBMM,但我相信核心GNOME是用C.</P> < P>简单地在Anjuta中“从现有的源创建项目”。Anjuta的“项目文件”不包含很多信息,而是使用Makefile.am和configure.ac文件


我不知道gnome系统监视器开发人员使用什么,但我读到很多gnome开发人员使用emacs,这显然也不需要“项目文件”。

你知道我在哪里可以找到“项目文件”吗?我不认为有像Windows上VisualStudio中那样的项目文件。它使用automake/autoconf作为构建系统。但我需要“项目文件”