
From the menu, Project, Build options, Linker settings, Other linker options - add " `pkg-config -libs gtk+-3.0` " (using backticks, not apostrophies)įollow the standard conventions for writing the code.From the menu, Project, Build options, Compiler settings, Other options - add " `pkg-config -cflags gtk+-3.0` " (using backticks, not apostrophies).In the Build log, this shows the full commpiler and linker commands used, so that they can be verified.
From the menu, Settings, Compiler and debugger settings, Other Settings, Compiler logging - set to Full command line. To use the GTK+ libraries for graphical windowed layouts requires the following settings. The following languages are syntax checked, using the lexers in /usr/share/codeblocks/lexers/. They are read from /usr/lib/codeblocks/plugins: The following plugins are installed using the commands above. GNU ARM GCC Compiler (do not use for Raspberry Pi programs). The following features and capabilities are available in Code::Blocks if installed as above. Block comment is a way in coding languages by which we comment a block or multiple lines of code to prevent the compiler from executing them.