Please see also ftp://ftp.ebi.ac.uk/pub/software/clustalw2/README
and http://www.clustal.org/

HOWTO COMPILE THE SOURCE AND INSTALL
----------------------------------------------------------------------

You will need a Unix environment with a working C++ compiler to
compile the ClustalW source.

For compilation under Windows you
will need to install mingw and cygwin.


Yype
$ ./configure
$ make
This will create the clustalw binary in the src directory.


To install the software either type
$ make install
(might have to be executed as superuser)
or simply copy the clustalw to a directory of your choice.


