aboutsummaryrefslogtreecommitdiff
path: root/libraries/commoncpp2/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/commoncpp2/README')
-rw-r--r--libraries/commoncpp2/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/commoncpp2/README b/libraries/commoncpp2/README
new file mode 100644
index 0000000000..0939e23194
--- /dev/null
+++ b/libraries/commoncpp2/README
@@ -0,0 +1,8 @@
+GNU Common C++ is a portable and highly optimized class framework for
+writing C++ applications that need to use threads.
+
+This framework offers a class foundation that hides platform
+differences from your C++ application so that you need not write
+platform specific code. GNU Common C++ has been ported to compile
+natively on most platforms which support either posix threads, or on
+Microsoft Windows. \ No newline at end of file