README 884 B

123456789101112131415161718
  1. Code::Blocks is a free C, C++ and Fortran IDE built to meet the most
  2. demanding needs of its users. It is designed to be very extensible and
  3. fully configurable. Finally, an IDE with all the features you need,
  4. having a consistent look, feel and operation across platforms.
  5. Built around a plugin framework, Code::Blocks can be extended with
  6. plugins. Any kind of functionality can be added by installing/coding a
  7. plugin. For instance, compiling and debugging functionality is already
  8. provided by plugins!
  9. N.B:
  10. a) The path for plugins is now /usr/lib{,64}/codeblocks/plugins.
  11. Take care if upgrading from a previous version and you have already
  12. installed additional plugins (you might need to reinstall them).
  13. b) All contrib-plugins are disabled by default. Invoke the script with
  14. $ PLUGINS=yes ./codeblocks.SlackBuild
  15. in order to enable all contrib-plugins in your build.