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 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''. <code bash> % sudo chown -R root:root /opt/bio/sources/mrbayes-3.1.2 % sudo chmod 755 /opt/bio/sources/mrbayes-3.1.2 </code> * Once you are in ''mrbayes-3.1.2'', compilation is simply done: <code bash> % sudo make </code> * To make the application available to all: <code> % sudo ln -s /opt/bio/sources/mrbayes-3.1.2/mb /usr/local/bin/mb </code>