diff options
Diffstat (limited to 'development/codeblocks/README')
-rw-r--r-- | development/codeblocks/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/codeblocks/README b/development/codeblocks/README index 8d254f46db..8ccc933ab5 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. |