-
Notifications
You must be signed in to change notification settings - Fork 68
Install on Linux
Aashish Chaudhary edited this page May 8, 2015
·
19 revisions
Visit System Requirements for more information
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