Emboss problems mail emboss-bug@embnet.org

Installation from .tar file.


1) Go to the emboss directory 
cd EMBOSS-x.x.x

2) make new directory embassy if it does not exist already.
mkdir embassy

3) Go into that directory
cd embassy

4) unzip and untar the file
gunzip EMNU-1.0.5.tar.gz
tar xvf EMNU-1.0.5.tar

5) go into the emnu directory
cd EMNU-1.0.5

6) configure and compile
./configure (See the INSTALL file for options specifying curses or ncurses)
make
make install

