diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 14:30:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | b73a5e3c79816918f7e285aae088574dfdf54a0a (patch) | |
tree | 7723ee53c4283794547fb726dbb6b9b467b85c0e | |
parent | 16140fa1502a5f5d9e83b24cb210c27beca42132 (diff) | |
download | slackbuilds-b73a5e3c79816918f7e285aae088574dfdf54a0a.tar.gz |
development/codeblocks: Fix README.
-rw-r--r-- | development/codeblocks/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/development/codeblocks/README b/development/codeblocks/README index 34dc5282a1..8d254f46db 100644 --- a/development/codeblocks/README +++ b/development/codeblocks/README @@ -1,11 +1,12 @@ -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. +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! +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: a) The path for codeblocks plugins is now /usr/lib{,64}/codeblocks/plugins. |