aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/README.txt
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-28 02:42:05 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-28 02:42:05 +0100
commita255336e4fa3e01f71db96b72f5ced4c200c341c (patch)
tree5c8740be24f7be2148cfc87adeff26fde6aff5ca /blas/README.txt
parentc245054aa8eb91bff82ac799e3ea740c03fa7678 (diff)
fix doc
Diffstat (limited to 'blas/README.txt')
-rw-r--r--blas/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/blas/README.txt b/blas/README.txt
index 466a6751c..07a8bd92a 100644
--- a/blas/README.txt
+++ b/blas/README.txt
@@ -4,4 +4,6 @@ This directory contains a BLAS library built on top of Eigen.
This is currently a work in progress which is far to be ready for use,
but feel free to contribute to it if you wish.
-If you want to compile it, set the cmake variable EIGEN_BUILD_BLAS to "on".
+This module is not built by default. In order to compile it, you need to
+type 'make blas' from within your build dir.
+