slackbuilds_ponce/development/codeblocks/README
Matteo Bernardini 34e8580ab9 development/codeblocks: Added a patch for gcc-4.7.x.
Fixed underlinking.
Moved plugins path to /usr/lib{,64}, noted in README

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-09-16 19:44:43 -04:00

8 lines
500 B
Text

Code::Blocks is a free C++ IDE built to meet the most demanding needs of its
users. It is designed to be very extensible and fully configurable.
Built around a plugin framework, Code::Blocks can be extended with plugins.
Any kind of functionality can be added by installing/coding a plugin.
N.B. Path for codeblocks plugins is now /usr/lib{,64}/codeblocks/plugins.
Take care if upgrading from a previous version and you have already
installed additional plugins (you might need to reinstall them).