Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
Reverting commit that was intended for the development branch. 

Oops.
  • Loading branch information
gablank committed Sep 11, 2014
1 parent ab4cd8a commit 7f4c1e0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ There are two separate guides for compilation:

Note that for both guides the same [options](#options-both-platforms) to CMake apply.

CMake will try to automatically find where Eigen is installed, but if this fails you can specify it yourself with the option `EIGEN_DIRECTORY`. See [options](#options-both-platforms) for further information on how to use it.

##Compile on UNIX
####Requirements
* [CMake](http://www.cmake.org/)
Expand Down Expand Up @@ -58,12 +56,11 @@ CMake will try to automatically find where Eigen is installed, but if this fails

##Options (both platforms)

| Variable name | Default value | Description |
| ----------------- | ------------------------------- | ----------------------------------------- |
| EIGEN_DIRECTORY | UNIX: /usr/local/include/eigen3 | Path to the Eigen lib. |
| | Windows: C:/Program Files/Eigen | Path to the Eigen lib. |
| HEADER_DIRECTORY | include | Where the headers should be installed. |
| LIBRARY_DIRECTORY | lib | Where to install the library file. |
| Variable name | Default value | Description |
| ----------------- | ----------------------------- | ----------------------------------------- |
| EIGEN_DIRECTORY | /usr/local/include/eigen3 | Path to the Eigen lib. |
| HEADER_DIRECTORY | include | Where the headers should be installed. |
| LIBRARY_DIRECTORY | lib | Where to install the library file. |

These options go along with UNIX step #6 or Windows step #5.2, and are used like this:

Expand Down

0 comments on commit 7f4c1e0

Please sign in to comment.