This page was last updated on Saturday, 12-Nov-2016 11:07:48 CST
Installation notes for MView version 1.56 - Oct 20, 2013
Home Page
Prerequisites
Perl
Installation
- $ ver="1.56"
- $ cd /programinstallers/
- $ wget -N http://downloads.sourceforge.net/project/bio-mview/bio-mview/mview-$ver/mview-$ver.tar.bz2
- $ cd /usr/local/bin
- $ tar -jxvf /programinstallers/mview-$ver.tar.bz2
- To install, the source code must be modified to specify library location
$ nano mview-$ver/bin/mview
- Change line
use lib '/home/brown/HOME/work/MView_$ver/lib';
to
use lib '/usr/local/bin/mview-1.56/lib';
- To put in the default PATH, move the program
$ mv mview-$ver/bin/mview . && rmdir mview-$ver/bin
- Move documentation to local web page, and don't need _sources directory
$ mkdir /U:/simonlabweb/bioinformatics/programs/mview
- $ rm mview-$ver/html/_sources -rf
- $ cp -puvr mview-$ver/html/* /programinstallers/web/mview/
- $ rm mview-$ver/html -rf
- Test
$ mview -help