mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
c9aefa321e
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
17 lines
902 B
Text
17 lines
902 B
Text
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:
|
|
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 invoke the script with
|
|
$ PLUGINS=yes ./codeblocks.SlackBuild
|
|
in order to enable all contrib-plugins in your build.
|