Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: tuchin on April 27, 2020, 08:57:02 am

Title: Install WxSmith in Code Blocks (Ubuntu)
Post by: tuchin 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.
Title: Re: Install WxSmith in Code Blocks (Ubuntu)
Post by: BlueHazzard on April 27, 2020, 10:07:27 am
You have to install the codeblocks-contrib package with the package manager
Title: Re: Install WxSmith in Code Blocks (Ubuntu)
Post by: tumanovalex 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.