Getting started with wxWidgets and CLion?

后端 未结 1 522
被撕碎了的回忆
被撕碎了的回忆 2021-01-12 07:58

Can anyone suggest a tutorial or getting started guide to CLion and wxWdgets? I have searched around but am unable to find anything.

相关标签:
1条回答
  • 2021-01-12 08:48

    Well,

    1. you should download WxWidgets here http://www.wxwidgets.org/downloads/.
    2. Then, you should compile and install to your system.
    3. Download and install CLion.
    4. Create new Project.
    5. Then, follow to this edit your CMakeLists.txt Building wxWidgets 3.1.0 on CLion (Ubuntu)
    6. Then try Hello World sample http://docs.wxwidgets.org/trunk/overview_helloworld.html.
    7. If everything okay, start to develop great apps!
    0 讨论(0)
提交回复
热议问题