本文介绍了wxWidgets和CLion入门?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人可以建议CLion和wxWdgets的教程或入门指南吗?我已经搜索过了,但是找不到任何东西。
Can anyone suggest a tutorial or getting started guide to CLion and wxWdgets? I have searched around but am unable to find anything.
推荐答案
嗯,
- 您应该在此处。
- 然后,您应该编译并安装到系统上。
- 下载并安装CLion。
- 创建新项目。
- 然后,按照此编辑您的CMakeLists.txt
- 然后尝试Hello World示例。
- 如果一切正常,请开始开发出色的应用程序!
- you should download WxWidgets here http://www.wxwidgets.org/downloads/.
- Then, you should compile and install to your system.
- Download and install CLion.
- Create new Project.
- Then, follow to this edit your CMakeLists.txt Building wxWidgets 3.1.0 on CLion (Ubuntu)
- Then try Hello World sample http://docs.wxwidgets.org/trunk/overview_helloworld.html.
- If everything okay, start to develop great apps!
这篇关于wxWidgets和CLion入门?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!