This package contains the Eigen C++ template library and development files.
Installing Eigen3 on Ubuntu is quite straightforward. Note that you will be prompted for your password upon using sudo
. Type:
sudo apt install libeigen3-dev
- Download the desired release from http://eigen.tuxfamily.org.
- Unzip in the location of your choice, preferrably at
C:\
orC:\Program files
for better discoverability by CMake find-modules (remember to extract the inner folder and rename it toEigen3
orEigen
).