[go: up one dir, main page]

Menu

[r107]: / install.sh  Maximize  Restore  History

Download this file

9 lines (9 with data), 123 Bytes

1
2
3
4
5
6
7
8
9
cd $1
tar zxvf EMBOSS-6.1.0.tar.gz
cd EMBOSS-6.1.0
./configure --without-x
make
make install
cd ..
rm -fr EMBOSS-6.1.0
exit