Skip to content

Commit

Permalink
Merge pull request #201 from robotology/add-missing-eigen3
Browse files Browse the repository at this point in the history
[doc] Add missing documentation on Eigen3 dependency
  • Loading branch information
diegoferigo authored Feb 17, 2021
2 parents 99156c7 + 18e5c9d commit 4b23047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/mkdocs/data/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [`YARP`](https://github.com/robotology/yarp) compiled as shared library (default behavior)
- [`iDynTree`](https://github.com/robotology/idyntree)
- [`YCM`](https://github.com/robotology/ycm)
- [`Eigen3`](http://eigen.tuxfamily.org)
- Supported Operating Systems: Linux, macOS, Windows

### Development requirements
Expand All @@ -27,7 +28,7 @@ For a simplified installation procedure, jump to [Install using the `robotology-

### Dependencies

Install the required and the optional dependencies by following their installation instructions. These instructions need that `blockfactory`, `YARP`, `iDynTree` and `YCM` packages can be found by `CMake` using `find_package`.
Install the required and the optional dependencies by following their installation instructions. These instructions need that `blockfactory`, `YARP`, `iDynTree`, `YCM` and `Eigen3` packages can be found by `CMake` using `find_package`.

!!! warning
If an optional dependency is not found, the classes depending on it are not compiled. However, in the Simulink Library the blocks do not disappear. They will just not work, raising an appropriate error.
Expand Down

0 comments on commit 4b23047

Please sign in to comment.