-
Notifications
You must be signed in to change notification settings - Fork 68
Install on Linux
Charles Doutriaux edited this page Feb 6, 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/2.1.0/UV-CDAT-2.1.0-Ubuntu-
14.XX-64bit.tar.gz
4 Untar it
tar xvjf UV-CDAT-2.1.0-Ubuntu-14.XX-64bit.tar.gz
5 Source the runtime script to setup the path
source /usr/local/uvcdat/2.1.0/bin/setup_runtime.sh
Skip to Running UV-CDAT GUI