cb_share_config
Code::Blocks integrated development environment (IDE)
Install
- All systems
-
curl cmd.cat/cb_share_config.sh
- Debian
-
apt-get install codeblocks
- Ubuntu
-
apt-get install codeblocks
- Arch Linux
-
pacman -S codeblocks
- Kali Linux
-
apt-get install codeblocks
- Fedora
-
dnf install codeblocks
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install codeblocks
- Raspbian
-
apt-get install codeblocks
- Dockerfile
- dockerfile.run/cb_share_config
codeblocks
Code::Blocks integrated development environment (IDE)
Code::Blocks is a cross-platform Integrated Development Environment (IDE). It is based on a self-developed plugin framework allowing unlimited extensibility. Most of its functionality is already provided by plugins. Plugins included in the base package are: * Compiler frontend to many free compilers * Debugger frontend for GDB * Source formatter (based on AStyle) * Wizard to create new C++ classes * Code-completion / symbols-browser (work in progress) * Default MIME handler * Wizard to create new Code::Blocks plugins * To-do list * Extensible wizard based on scripts * Autosave (saves your work in the unfortunate case of a crash)
codeblocks-dbg
Code::Blocks debugging libraries
Code::Blocks is a cross-platform Integrated Development Environment (IDE). It is based on a self-developed plugin framework allowing unlimited extensibility. Most of its functionality is already provided by plugins. Plugins included in the base package are: * Compiler frontend to many free compilers * Debugger frontend for GDB * Source formatter (based on AStyle) * Wizard to create new C++ classes * Code-completion / symbols-browser (work in progress) * Default MIME handler * Wizard to create new Code::Blocks plugins * To-do list * Extensible wizard based on scripts * Autosave (saves your work in the unfortunate case of a crash) This package contains the debugging libraries for the 'codeblocks' package.