Skip to content

installation on RedHat CentOS

mattben edited this page Sep 8, 2014 · 32 revisions

###Supporting RedHat6 / CentOS6 Current Stable Release 1.5


##We strongly suggest installing from binaries


###System Requirements You must be Root

sudo apt-get install cmake wget libpng12-dev libxml2-dev libxslt1-dev xorg-dev sqlite3 libsqlite3-dev libbz2-dev libgdbm-dev libxt-dev libssl-dev gfortran g++ tcl-dev tk-dev libgdbm-dev libdb-dev libicu-dev libxi-dev libglu1-mesa-dev libgl1-mesa-dev libqt4-opengl-dev libbz2-dev 

*Qt


##Installing the Binaries You must be Root From a bash shell

cd /
wget http://sourceforge.net/projects/cdat/files/Releases/UV-CDAT/1.5/UV-CDAT-1.5.1-Ubuntu-13.10-64bit.tar.bz2 --no-check-certificate
tar xvjf UV-CDAT-1.5.1-Ubuntu-13.10-64bit.tar.bz2
source /usr/local/uvcdat/1.5.1/bin/setup_runtime.sh

Now add source /usr/local/uvcdat/1.5.1/bin/setup_runtime.sh to the bottom of your ~/.bashrc file #####Skip to Running UV-CDAT GUI


##Building from Source ###Building & Install Any User (root not required)

From the command line using bash shell

export GIT_SSL_NO_VERIFY=1
cd ~/
git clone git://github.com/UV-CDAT/uvcdat.git
mkdir build-uvcdat
cd build-uvcdat
ccmake ../uvcdat
make
source /path/to/install/bin/setup_runtime.sh

Now add source /path/to/install/bin/setup_runtime.sh to the bottom of your ~/.bashrc file


###Testing Running the test suite

cd ~/uvcdat-build
ctest

To post the results to the UV-CDAT Dashboard

ctest -D Experimental

To only test VCS

ctest -VVV

###Running UV-CDAT GUI

uvcdat

alt text

Need help, view our tutorials

Clone this wiki locally