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 Primer3 2.2.2-beta ====== ===== Additional libraries ===== No additional library is necessary. ===== Procedure ===== Here is the procedure to install Primer3 from source code: * The archive with the source code is downloaded from its website into ''/home/bioubuntu'', decompressed and the resulting folder is moved into ''/opt/bio/sources''. * This folder should belong to ''root'' and its permissions should be set to ''755''. <code bash> % sudo chown -R root:root /opt/bio/sources/primer3-2.2.2-beta </code> * Once you are in ''primer3-2.2.2-beta'', compilation is easily done: <code bash> % cd ./src % sudo make && sudo make test </code> * To make sure that everyone can use it: <code bash> % sudo ln -s /opt/bio/sources/primer3-2.2.2-beta/src/primer3_core /usr/local/bin/primer3_core </code>