linux - 哪个基于 GUI 的 C++ IDE 通常用于 gnome 应用程序

标签 linux ide g++ gnome

哪种基于 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 中没有任何东西看起来像“项目文件”。

最佳答案

我相信Glade被使用过,或者至少当时被使用过。

顺便说一句,我不确定 Gnome 是 C++。有 C++ 包装器,如 gtkmm 和 glibmm,但我相信核心 Gnome 是用 C 编写的。

关于linux - 哪个基于 GUI 的 C++ IDE 通常用于 gnome 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1977624/

相关文章:

linux - bash 脚本大小写切换

java - IntelliJ 快速修复错误,无需将光标放在突出显示的区域下

c++ - Source Insight 3.5 显示 .c 文件的 "Parse Too complex"

linux - 如何在 github 上为 1 个用户的 2 个 repo 添加部署 key

linux - 命令行参数有问题

linux - 使用sudo时如何保持环境变量

ubuntu - 在 Tkinter 中使用行/列时,IDLE 在 Elementary OS 上崩溃

c++ - 使用 std::fstream 会导致程序在 PASE for i (7.3) 中以 SIGILL 结束

c++ - 从 C++ 内部获取损坏的符号名称

c++ - 尝试使用 Android-NDK 生成 so 文件时,未在此范围内声明“runtime_error”