User Tools

Site Tools


code:work:lvisf:2018centosminimal:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
code:work:lvisf:2018centosminimal:start [2018/11/27 19:52] – created davidcode:work:lvisf:2018centosminimal:start [2018/12/18 19:58] (current) – [3rd Party Libs to Build from Source] david
Line 606: Line 606:
 sudo yum install gdisk -y sudo yum install gdisk -y
 </code> </code>
-  - Install **gsl** for GNU Scientific Library used in DEM <code> +  - Install the TIFF I/O Library for the CIMG library used for the DEM library <code> 
-sudo yum install gsl-devel -y+sudo yum install libtiff-devel -y
 </code> </code>
 +  - Install the X11 Development library also used for the DEM library <code>
 +sudo yum install libX11-devel -y
 +</code>
 +
 ==== Debugging ==== ==== Debugging ====
  
Line 627: Line 631:
     - Install this <code>     - Install this <code>
 sudo debuginfo-install glibc sudo debuginfo-install glibc
 +</code>
 +
 +==== 3rd Party Libs to Build from Source ====
 +
 +=== GSL (GNU Scientific Library) ===
 +
 +Download version [[http://mirror.rit.edu/gnu/gsl/|2.5]] and follow install instructions.  This will build libgsl and libgslcblas need for the //DEM// library.
 +  - Grab the library and uncompress<code>
 +cd ~/download
 +wget http://mirror.rit.edu/gnu/gsl/gsl-2.5.tar.gz
 +cd ~/code
 +tar -xvf ~/download/gsl-2.5.tar.gz
 +</code>
 +  - Compile <code>
 +cd ~/code/gsl-2.5
 +./configure
 +make
 +sudo make install
 +sudo ldconfig
 </code> </code>
  
code/work/lvisf/2018centosminimal/start.1543348324.txt.gz · Last modified: 2018/11/27 19:52 by david