Author Topic: Install WxSmith in Code Blocks (Ubuntu)  (Read 4047 times)

Offline tuchin

  • Multiple posting newcomer
  • *
  • Posts: 13
Install WxSmith in Code Blocks (Ubuntu)
« on: April 27, 2020, 08:57:02 am »
I worked a bit with CodeBlocks in Windows, created a console application and an application WxWidgetst with WxSmith. I didn’t install anything, and as I understand WxSmith is a built-in CodeBlocks tool for creating a graphical interface. I liked it CodeBlocks and I wanted to try creating applications in Ubuntu. I installed CodeBlocks with help apt and created a console application that works fine. Then I tried to create a project WxWidgets but I received a message that the plugin WxSmith was not installed. I read the information about WxSmith on the plugin page, but didn't understand how to install it in CodeBlocks in Ubuntu. Help me, please.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Install WxSmith in Code Blocks (Ubuntu)
« Reply #1 on: April 27, 2020, 10:07:27 am »
You have to install the codeblocks-contrib package with the package manager

Offline tumanovalex

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: Install WxSmith in Code Blocks (Ubuntu)
« Reply #2 on: April 28, 2020, 06:28:40 pm »
Thank you very much for the answer.  I did sudo apt-get install codeblocks-contrib and it worked out.