Installing
-
2. Downloading Eigen for Linux Mint
Download Eigen for Mint GNU/Linux
If possible Select directly “Open with Archive Manager”!
-
3. Extracting Eigen Archive
Then Extract Eigen Zip into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager:
Or from Command Line:Copyunzip -d /tmp ~/Downloads/Eigen*.zip
You may need to Setup Unzip with:
Copysudo apt install unzip
-
4. Installing Eigen
First, Compile Source:
Copycd /tmp/eigen*
So Make a Build Directory:
Copymkdir build
Access the Target:
Copycd build
And Build:
Copysudo apt install cmake
Copycmake ..
Now to Make the Stuff:
Copymake
Finally, to Setup Eigen:
Copysudo make install
Contents