Salome HOME
Merge GUI developments from BR_GUI
[tools/hxx2salome.git] / CppExamples / COMPO_CXX_SRC / README
diff --git a/CppExamples/COMPO_CXX_SRC/README b/CppExamples/COMPO_CXX_SRC/README
new file mode 100644 (file)
index 0000000..84db4d6
--- /dev/null
@@ -0,0 +1,19 @@
+This directory contains the source code for 2 C++ test components:
+
+ - CALCUL : a very simple component that perform some arithmetic operations
+
+ - CALCULATOR : a component that propose some operations on MED fields
+
+
+Component are based on automake. 
+To INSTALL them :
+
+ mkdir ../COMPO_CXX_BUILD
+ mkdir ../COMPO_CXX_INSTALL
+ ./build_configure
+ cd ../COMPO_CXX_BUILD
+ ../COMPO_CXX_SRC/configure --prefix=<absolute path of COMPO_CXX_INSTALL>
+ make
+ make install
+
+