Installing
- 
2. Downloading Eigen for openSUSEDownload Eigen for openSUSE GNU/Linux If possible Select directly “Open with Archive Manager”! 
- 
3. Extracting Eigen ArchiveThen 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 zypper in unzip 
- 
4. Installing EigenFirst, Compile Source: cd /tmp/eigen* So Make a Build Directory: mkdir build Access the Target: cd build And Build: sudo zypper in cmake cmake .. Now to Make the Stuff: make Finally, to Setup Eigen: sudo make install 
Contents
