summaryrefslogtreecommitdiffstats
path: root/development/codeblocks/README
diff options
context:
space:
mode:
author ariarat2010-07-03 23:40:11 +0200
committer Robby Workman2010-07-03 23:40:11 +0200
commit56cedd72863f1af6b4f92c5a5c5a057cdcb20384 (patch)
tree7e2a930bf71de9acbcb79c70baf1a1195528d191 /development/codeblocks/README
parent573bbe086d3bd7fd98f9685d4742a8866eb171ad (diff)
downloadslackbuilds-56cedd72863f1af6b4f92c5a5c5a057cdcb20384.tar.gz
development/codeblocks: Added (C++ IDE)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/codeblocks/README')
-rw-r--r--development/codeblocks/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/codeblocks/README b/development/codeblocks/README
new file mode 100644
index 0000000000..1f88480fd2
--- /dev/null
+++ b/development/codeblocks/README
@@ -0,0 +1,6 @@
+Code::Blocks is a free C++ IDE built to meet the most demanding needs of its
+users. It is designed to be very extensible and fully configurable.
+Built around a plugin framework, Code::Blocks can be extended with plugins.
+Any kind of functionality can be added by installing/coding a plugin.
+
+This requires either wxGTK or wxPython.