aboutsummaryrefslogtreecommitdiff
path: root/development/codeblocks/README
diff options
context:
space:
mode:
authorantonioleal <antonioleal@yahoo.com>2017-11-12 21:45:08 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-18 12:40:22 +0700
commitc9aefa321e5e50a6256b5042ed29efa1778aa929 (patch)
treecab7947d2743c811058b5902af8adabfd6d842f4 /development/codeblocks/README
parentd3eac0628c84c8f9b1a308973ce8729b4c658f54 (diff)
development/codeblocks: Updated for version 16.01.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/codeblocks/README')
-rw-r--r--development/codeblocks/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/codeblocks/README b/development/codeblocks/README
index 8d254f46db14c..8ccc933ab5144 100644
--- a/development/codeblocks/README
+++ b/development/codeblocks/README
@@ -12,5 +12,6 @@ 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.
+b) All contrib-plugins are disabled by default. Please invoke the script with
+ $ PLUGINS=yes ./codeblocks.SlackBuild
+ in order to enable all contrib-plugins in your build.