Step-by-step – Eigen C++ Installation in Fedora 32

September 25, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Eigen for Fedora

    Download Eigen for Fedora GNU/Linux

    Get Eigen .zip for Fedora

    If possible Select directly “Open with Archive Manager”!

  2. 3. Extracting Eigen Archive

    Then Extract Eigen Zip into /tmp Directory
    If it does Not Open automatically then Double-Click on File Manager:

    Extracting
    Or from Command Line:

    unzip -d /tmp ~/Downloads/Eigen*.zip

    You may need to Setup Unzip with:

    sudo dnf install unzip
  3. 4. Installing Eigen

    First, Compile Source:

    cd /tmp/eigen*

    So Make a Build Directory:

    mkdir build

    Access the Target:

    cd build

    And Build:

    sudo dnf install cmake
    cmake ..

    Now to Make the Stuff:

    make

    Finally, to Setup Eigen:

    sudo make install

Contents


QuickChic Theme • Powered by WordPress