Installing
-
2. Downloading Eigen for Pop!_OS
Download Eigen for Pop!_OS 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:unzip -d /tmp ~/Downloads/Eigen*.zip
You may need to Setup Unzip with:
sudo apt install unzip
-
4. Installing Eigen
First, Compile Source:
cd /tmp/eigen*
So Make a Build Directory:
mkdir build
Access the Target:
cd build
And Build:
sudo apt install cmake
cmake ..
Now to Make the Stuff:
make
Finally, to Setup Eigen:
sudo make install
Contents