code:work:lvisf:2018centosminimal:start
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| code:work:lvisf:2018centosminimal:start [2018/11/27 19:52] – created david | code: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 | ||
| </ | </ | ||
| - | - Install | + | - Install |
| - | sudo yum install | + | sudo yum install |
| </ | </ | ||
| + | - Install the X11 Development library also used for the DEM library < | ||
| + | sudo yum install libX11-devel -y | ||
| + | </ | ||
| + | |||
| ==== Debugging ==== | ==== Debugging ==== | ||
| Line 627: | Line 631: | ||
| - Install this < | - Install this < | ||
| sudo debuginfo-install glibc | sudo debuginfo-install glibc | ||
| + | </ | ||
| + | |||
| + | ==== 3rd Party Libs to Build from Source ==== | ||
| + | |||
| + | === GSL (GNU Scientific Library) === | ||
| + | |||
| + | Download version [[http:// | ||
| + | - Grab the library and uncompress< | ||
| + | cd ~/download | ||
| + | wget http:// | ||
| + | cd ~/code | ||
| + | tar -xvf ~/ | ||
| + | </ | ||
| + | - Compile < | ||
| + | cd ~/ | ||
| + | ./configure | ||
| + | make | ||
| + | sudo make install | ||
| + | sudo ldconfig | ||
| </ | </ | ||
code/work/lvisf/2018centosminimal/start.1543348324.txt.gz · Last modified: by david
