This plugin integrates wxCrafter - a wxWidgets RAD Tool - with Code::Blocks IDE
Windows:
- Install CodeLite IDE
- Install CodeBlocks SDK 13.12
- Install wxWidgets 2.8.12
- Defined an environment variable CB_SRC_DIR pointing to CodeBlocks source folder
- Build the workspace
Linux
- Install CMake
- Install CodeBlocks development package
sudo apt-get install codeblocks-dev
- Execute CMake like this:
cd /path/to/plugin/sources
mkdir build-debug
cd build-debug
cmake .. -DCMAKE_BUILD_TYPE=Debug
sudo make install
The above will create libwxCrafterCB.so
and wxCrafterCB.zip
and will install them under
/usr/lib/codeblocks/plugins
and /usr/share/codeblocks
Start CodeBlocks and the plugin should be loaded