diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-03 21:09:10 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-03 21:10:13 +0100 |
| commit | f0238cfb6997c4acfc2bd200de7295f3fa36968f (patch) | |
| tree | b215183760e4f615b9c1dabc1f116383b72a1b55 /eigen/INSTALL | |
| parent | 543edd372a5193d04b3de9f23c176ab439e51b31 (diff) | |
don't index Eigen
Diffstat (limited to 'eigen/INSTALL')
| -rw-r--r-- | eigen/INSTALL | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/eigen/INSTALL b/eigen/INSTALL deleted file mode 100644 index 4f717e9..0000000 --- a/eigen/INSTALL +++ /dev/null @@ -1,35 +0,0 @@ -Installation instructions for Eigen -*********************************** - -Explanation before starting -*************************** - -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 -**************************************** - -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, copy the unsupported/ -subdirectory too. - -Method 2. Installing using CMake -******************************** - -Let's call this directory 'source_dir' (where this INSTALL file is). -Before starting, create another directory which we will call 'build_dir'. - -Do: - - cd build_dir - cmake source_dir - make install - -The "make install" step may require administrator privileges. - -You can adjust the installation destination (the "prefix") -by passing the -DCMAKE_INSTALL_PREFIX=myprefix option to cmake, as is -explained in the message that cmake prints at the end. |
