aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/mix_eigen_and_c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/mix_eigen_and_c')
-rw-r--r--demos/mix_eigen_and_c/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/mix_eigen_and_c/README b/demos/mix_eigen_and_c/README
index d543f8d99..21dba8679 100644
--- a/demos/mix_eigen_and_c/README
+++ b/demos/mix_eigen_and_c/README
@@ -1,7 +1,9 @@
+This is an example of how one can wrap some of Eigen into a C library.
+
To try this with GCC, do:
g++ -c binary_library.cpp -O2 -msse2 -I ../..
gcc example.c binary_library.o -o example -lstdc++
./example
-This is an example of how one can wrap some of Eigen into a C library.
+TODO: add CMakeLists, add more explanations here \ No newline at end of file