summaryrefslogtreecommitdiff
path: root/development/codeblocks/README
diff options
context:
space:
mode:
authorantonioleal <antonioleal@yahoo.com>2016-09-05 22:05:29 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-05 22:05:29 +0700
commite0a132397b7b70fd1b5260da639d44c1365c2c2d (patch)
treef1a6eed69d77df79e3d913272c85b66f8a86ebde /development/codeblocks/README
parent074fd0bcf67a4e5592684257c9bb3ae76437dc2f (diff)
downloadslackbuilds-e0a132397b7b70fd1b5260da639d44c1365c2c2d.tar.gz
development/codeblocks: Updated for version 16.01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/codeblocks/README')
-rw-r--r--development/codeblocks/README17
1 files changed, 12 insertions, 5 deletions
diff --git a/development/codeblocks/README b/development/codeblocks/README
index 9803862591..34dc5282a1 100644
--- a/development/codeblocks/README
+++ b/development/codeblocks/README
@@ -1,8 +1,15 @@
-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.
+Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of
+its users. It is designed to be very extensible and fully configurable.
+Finally, an IDE with all the features you need, having a consistent look, feel and
+operation across platforms.
+
Built around a plugin framework, Code::Blocks can be extended with plugins.
Any kind of functionality can be added by installing/coding a plugin.
+For instance, compiling and debugging functionality is already provided by plugins!
-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).
+N.B:
+a) The 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).
+b) All contrib-plugins are disabled by default. Please uncomment line 87 in the
+ codeblocks.SlackBuild script in order to enable all contrib-plugins in your build.