Debian installation

From AMOS WIKI
Jump to: navigation, search

These instructions are for Debian and Debian-based distros (e.g. Ubuntu 9.04)

To start, download either the regular or development version of AMOS.

i/ The regular AMOS version is available from http://sourceforge.net/projects/amos/files/, e.g.:

wget http://sourceforge.net/projects/amos/files/amos/2.0.8/amos-2.0.8.tar.gz/download

ii/ The development version of AMOS is in a Git repository. To get it, run:

git clone git://amos.git.sourceforge.net/gitroot/amos/amos

In the directory where the AMOS file are located, run the following to install the prerequisites:

sudo aptitude install ash coreutils gawk gcc automake mummer mummer-doc libboost-dev

For the Hawkeye component of AMOS, you need Qt3:

sudo aptitude install libqt3-headers

For the standard version of AMOS, skip to next step, but for the development version, first, run:

./bootstrap

Then regardless of the version:

./configure --with-Qt-dir=/usr/share/qt3 --prefix=/usr/local/AMOS
make
make check
sudo make install
sudo ln -s /usr/local/AMOS/bin/* /usr/local/bin/

Now all the programs shipped in AMOS should be available from the command-line. For example try:

Minimo -h