Added:
/CppCore.wiki
=======================================
--- /dev/null
+++ /CppCore.wiki Tue Sep 15 05:40:03 2009
@@ -0,0 +1,24 @@
+#summary New C++ Core
+
+= Introduction =
+
+Soon.
+
+
+= Development =
+
+== Prerequisites ==
+ * Gcc
+ * Scons - http://www.scons.org/
+
+== How to build ==
+{{{
+cd pymtcore
+make clean all
+}}}
+
+== How to launch unit test ==
+{{{
+cd pymtcore
+make test
+}}}