Closed. This question needs to be more focused. It is not currently accepting answers. Learn more
想改进这个问题吗?更新问题,使其只关注一个问题editing this post
两年前关闭。
我刚刚在Windows10 64位上安装了KDevelopVer5.1.1。如何用C++编译C++++程序?我是一个完全的编程初学者。请用简单的语言解释。

最佳答案

既然你是一个完全的编程初学者,我建议你自己找一份微软Visual Studio的副本。我相信他们仍然有一个自由的选择,但你需要调查一下。在Windows上工作要容易得多。
现在如果你真的想让KDevelop工作的话,你需要付出一些认真的努力。
你需要:
安装工作C&C++编译器(我相信KDevelop被设计为与Clang)AA>
安装cmake或类似的生成系统,以便Develop能够为您执行生成。Tutorial on How to install Clang
使用Clang&Cmake设置要生成的KDevelop:Install Instructions from the cmake website.
要有耐心。
记住,谷歌是你的朋友。

关于c++ - 配置KDevelop ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/44340384/

10-12 02:07