aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/mix_eigen_and_c
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-09-27 17:48:53 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-09-27 17:48:53 -0400
commit92480ffd265475a25070b8ea9dfbc8536d038378 (patch)
tree2beb82f3c944172e3c713b4ccdeb70cbea84f23d /demos/mix_eigen_and_c
parent6b23cb210144683351f94d43c99106b71ce8393d (diff)
* Introduce make targets btest (build tests), blas (build blas lib), demos (build demos).
* remove EIGEN_BUILD_TESTS and siblings * add summary at the end of cmake run, hopefully not too verbose * fix build of quaternion demo * kill remnants of old binary library option
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