diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-16 14:32:53 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:44:43 -0400 |
commit | 34e8580ab9c964ccdf4ef91b0daf970c55ad27bf (patch) | |
tree | 8e80fac5351ff81b78c0e1247d55d034dd71aefa /development/codeblocks/README | |
parent | e9e13e288db26e827b73635a57a4500f36d30c88 (diff) | |
download | slackbuilds-34e8580ab9c964ccdf4ef91b0daf970c55ad27bf.tar.gz |
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>
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). |