News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Install WxSmith in Code Blocks (Ubuntu)

Started by tuchin, April 27, 2020, 08:57:02 AM

Previous topic - Next topic

tuchin

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.

BlueHazzard

You have to install the codeblocks-contrib package with the package manager

tumanovalex

Thank you very much for the answer.  I did sudo apt-get install codeblocks-contrib and it worked out.