diff options
Diffstat (limited to 'development/codeblocks/README')
-rw-r--r-- | development/codeblocks/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/codeblocks/README b/development/codeblocks/README index f6f9f13af7..9803862591 100644 --- a/development/codeblocks/README +++ b/development/codeblocks/README @@ -2,3 +2,7 @@ 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). |