summaryrefslogtreecommitdiffstats
path: root/development/codeblocks/README
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-16 14:32:53 +0200
committer dsomero2012-09-17 01:44:43 +0200
commit34e8580ab9c964ccdf4ef91b0daf970c55ad27bf (patch)
tree8e80fac5351ff81b78c0e1247d55d034dd71aefa /development/codeblocks/README
parente9e13e288db26e827b73635a57a4500f36d30c88 (diff)
downloadslackbuilds-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/README4
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).