-
Notifications
You must be signed in to change notification settings - Fork 68
Install on Linux
Aashish Chaudhary edited this page Jan 30, 2015
·
19 revisions
- You must be Root
- Sudo first
sudo -s
- Then change to root directory
cd /
- Get the binary specific to your OS (in this instance for Ubuntu)
wget hhttp://sourceforge.net/projects/cdat/files/Releases/UV-CDAT/2.0.0/UV-CDAT-2.0.0-Ubuntu-
14.04-64bit.tar.gz
- Untar it
tar xvjf UV-CDAT-2.0.0-Ubuntu-14.04-64bit.tar.gz
- Source the runtime script to setup the path
source /usr/local/uvcdat/2.0.0/bin/setup_runtime.sh
Skip to Running UV-CDAT GUI