You will need the following libraries to compile and run the applications found in the SeqTools package (which now include Dotter):
libgtk2.0-dev
libcurl4-openssl-dev
% sudo apt-get install libgtk2.0-dev libcurl4-openssl-dev
Here is the procedure to build and install Dotter in Impilo:
% wget ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/seqtools-4.4.1.tar.gz
/opt/bio/sources
:% tar -zxvf seqtools-4.4.1.tar.gz % sudo seqtools-4.4.1 /opt/bio/sources
/opt/bio/sources
, make sure that the seqtools-4.4.1
folder belongs to root
and that the write permissions for Group and Other are removed:% sudo chown -R root:root /opt/bio/sources/seqtools-4.4.1 % cd /opt/bio/sources/ % sudo chmod -R go-w seqtools-4.4.1
seqtools-4.4.1
, everything else is simple:% cd seqtools-4.4.1 % sudo ./configure && sudo make && sudo make install && sudo make clean