This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Installation of CLUSTALW 2.1 ====== ===== Additional libraries ===== None are required. ===== Procedure ===== Here is the procedure to install CLUSTALW from its source code: * The source code archive was downloaded and put under ''/home/bioubuntu'', decompressed and the created folder is moved toward ''/opt/bio/sources''. <code bash> % sudo mv clustalw-2.1 /opt/bio/sources </code> * This folder should belong to ''root'' and its permissions should be set at ''755''. <code bash> % sudo chown -R root:root /opt/bio/sources/clustalw-2.1 </code> * Once you are in ''/opt/bio/sources/clustalw-2.1'', compilation is easily done: <code bash> % sudo ./configure && sudo make && sudo make install </code> * The application is now installed under ''/usr/local/bin/clustalw2''