None required
Here is the procedure to install CLUSTALW from its source code:
/home/bioubuntu
, decompressed and the created folder is moved toward /opt/bio/sources
.% sudo mv clustalw-2.0.12 /opt/bio/sources
root
and its permissions should be set at 755
.% sudo chown -R root:root /opt/bio/sources/clustalw-2.0.12
/opt/bio/sources/clustalw-2.0.12
, compilation is easily done:% sudo ./configure && sudo make
% sudo ln -s /opt/bio/sources/clustalw-2.0.11/src/clustalw2 /usr/local/bin/clustalw