aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-04 20:27:44 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-04 20:27:44 -0400
commitb78b2ede5f6156c8898c152335176cbd47c34bdb (patch)
tree236ca51d947d428139e9c51dfb888349f298b872 /INSTALL
parent7956fc49a0b280b2a506b614eb500d8287748d03 (diff)
finally, the right fix: set CTEST_BUILD_TARGET.
So this is the come-back of btest target, and the default target is empty again.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 3 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 5face1323..4f717e9c2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,11 +4,9 @@ Installation instructions for Eigen
Explanation before starting
***************************
-It is very important to understand that Eigen consists only of header files,
-hence there is nothing to compile before you can use it. Moreover, these
-header files do not depend on your platform, they are the same for
-everybody.
-
+Eigen consists only of header files, hence there is nothing to compile
+before you can use it. Moreover, these header files do not depend on your
+platform, they are the same for everybody.
Method 1. Installing without using CMake
****************************************