====== Installation of MrBayes 3.1.2 ====== ===== Additional libraries ===== No additional library is necessary. ===== Procedure ===== Here is the procedure to install MrBayes from source code: * The archive with the source code is downloaded from the web in ''/home/bioubuntu'', decompressed and the created folder is moved in ''/opt/bio/sources''. * The folder should belong to ''root'' and its permissions set to ''755''. % sudo chown -R root:root /opt/bio/sources/mrbayes-3.1.2 % sudo chmod 755 /opt/bio/sources/mrbayes-3.1.2 * Once you are in ''mrbayes-3.1.2'', compilation is simply done: % sudo make * To make the application available to all: % sudo ln -s /opt/bio/sources/mrbayes-3.1.2/mb /usr/local/bin/mb