diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:59:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:56 +0700 |
commit | 87ba4877b0d3fc0adcec64bf44877530261bae1d (patch) | |
tree | a91bef9c15852f0740aaf3922ca22e45b49cbdaa /development/codeblocks | |
parent | 78f182136c86385c1de9c982854a02b06989fca2 (diff) | |
download | slackbuilds-87ba4877b0d3fc0adcec64bf44877530261bae1d.tar.gz |
development/codeblocks: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/codeblocks')
-rw-r--r-- | development/codeblocks/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/codeblocks/README b/development/codeblocks/README index 8ccc933ab5..11da1dea51 100644 --- a/development/codeblocks/README +++ b/development/codeblocks/README @@ -4,14 +4,14 @@ 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 +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: -a) The path for codeblocks plugins is now /usr/lib{,64}/codeblocks/plugins. +a) The path for 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 invoke the script with +b) All contrib-plugins are disabled by default. Invoke the script with $ PLUGINS=yes ./codeblocks.SlackBuild in order to enable all contrib-plugins in your build. |