Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Decompress the installation package.
    cd /path/to/PRIMER
    tar -xvf primer3-2.4.0.tar.gz
    cd primer3-2.4.0/src
  2. Modify Makefile.
    vim Makefile

    In line 56, change CC=gcc to CC=clang.

    In line 57, change CPP=g++ to CXX=clang++.

  3. Perform the compilation and installation.
    make -j