Can anyone suggest a tutorial or getting started guide to CLion and wxWdgets? I have searched around but am unable to find anything.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Well,
- 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!