aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-03 22:11:30 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-03 22:11:30 -0400
commit7956fc49a0b280b2a506b614eb500d8287748d03 (patch)
tree31664d3ba55296868739131205d7f833278ada70 /INSTALL
parent5f320884437b15ad53a3085bd7d5572ea0624694 (diff)
dd first-time tip, to warn against doing "make".
now i think we're reasonably safe.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 5cc57bd1b..5face1323 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Installation instructions for Eigen
Explanation before starting
***************************
-It is very important to understand than Eigen consists only of header files,
+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.
@@ -15,14 +15,14 @@ Method 1. Installing without using CMake
You can use right away the headers in the Eigen/ subdirectory. In order
to install, just copy this Eigen/ subdirectory to your favorite location.
-If you also want the unsupported features, also copy the unsupported/
-subdirectory.
+If you also want the unsupported features, copy the unsupported/
+subdirectory too.
Method 2. Installing using CMake
********************************
-Let's call this directory 'source_dir'. Before starting, create another
-directory which we will call 'build_dir'.
+Let's call this directory 'source_dir' (where this INSTALL file is).
+Before starting, create another directory which we will call 'build_dir'.
Do: