This page was last updated on Saturday, 28-Nov-2015 09:38:54 CST
Installation notes for SNAP version 11/29/2013
Home Page
Prerequisites
None
Installation
- $ ver="2013-11-29"
- $ cd /programinstallers/
- $ wget -N http://korflab.ucdavis.edu/Software/snap-$ver.tar.gz
- $ cd /usr/local/bin
- $ tar -zxvf /programinstallers/snap-$ver.tar.gz
- $ cd snap
- $ make
- Copy documentation to local web page
$ cp -puv 00README /programinstallers/web/snap/00README.txt
- Add to default PATH
$ sudo nano /etc/profile
…
PATH="$PATH:/usr/local/bin/snap"
…