kdevelop 4.0:没有项目模板
我刚刚在我的Ubuntu机器上安装了kdevelop 4.0,发现项目模板很少(都是Qt相关的)。我不是 qt 开发人员,以前版本的 kdevelop 有很多项目模板。我不知道如何获取通用 C 和 C++ GTK 模板。
旧版本 kdevelop 的屏幕截图: http://www.euclideanspace .com/software/language/cpp/kdevelop/kd2.gif
I have just installed kdevelop 4.0 on my Ubuntu machine and found that there are very few project templates (all are Qt related). I am not a qt developer and the previous versions of kdevelop had a lot of project templates. I am not sure how to get general C and C++ GTK templates.
A Screenshot from a older version of kdevelop: http://www.euclideanspace.com/software/language/cpp/kdevelop/kd2.gif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只需执行此命令,您将获得一些新模板
sudo apt-get install kapptemplate
just execute this command and you will have some new templates
sudo apt-get install kapptemplate
目前 KDevelop 4 中还没有通用的 C 或 C++ GTK 模板。
At this time there are no general C or C++ GTK templates in KDevelop 4.
如果您使用的是 ubuntu,请尝试安装
kapptemplate
软件包。它包含的模板数量不像 kdevelop 3 那么多,但比预定义的要多得多。If you are using ubuntu, try installing the
kapptemplate
package. It doesn't contain as many templates as kdevelop 3 but many more than the predefined.