Skip to content

Install on Linux

Aashish Chaudhary edited this page May 8, 2015 · 19 revisions

WikiInstallInstall on Linux

System Requirements

Visit System Requirements for more information

Installing the Binaries (Strongly Recommended)

1 Sudo first

sudo -s

2 Change to root directory

cd /

3 Get the binary specific to your OS (in this instance for Ubuntu)

wget http://sourceforge.net/projects/cdat/files/Releases/UV-CDAT/VERSION/UV-CDAT-VERSION-Ubuntu-OS-VERSION.tar.gz 

4 Untar it

tar xvf UV-CDAT-VERSION-Ubuntu-OS-VERSION.tar.gz

5 Source the runtime script to setup the path

source /usr/local/uvcdat/VERSION/bin/setup_runtime.sh

6 Skip to Using GUI for Analysis and Visualization


Clone this wiki locally