|
EMBOSS FAQ (Frequently Asked Questions)
Part:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(Continued from previous part...)
Q) Installing associated software MSE.
A) a) from the anonymous cvs code.
1) Go to the mse directory
cd embassy/mse
2) make the configuration file
aclocal
autoconf
automake
3) configure and compile
./configure (use same options as you used to compile emboss)
make
make install
b) from MSE-1.0.0.tar.gz
available from our FTP server
ftp://emboss.open-bio.org/pub/EMBOSS/
in file MSE-1.0.0.tar.gz
If you have done a full installation of EMBOSS using a 'prefix'
e.g. you configured with ./configure --prefix=/usr/local/emboss
and followed this with a 'make install' then:
1) gunzip and untar the file anywhere
gunzip MSE-1.0.0.tar.gz
tar xvf MSE-1.0.0.tar
2) go into the mse directory
cd MSE-1.0.0
3) configure using the same prefix and compile [e.g.]:
./configure --prefix=/usr/local/emboss
make
make install
N.B. If you configured without using a prefix but did do
a 'make install' (or specified a prefix of /usr/local,
which amounts to the same thing) then you must configure
using:
./configure --prefix=/usr/local --enable-localforce
(Continued on next part...)
Part:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|