Compilation and Installation
Procedure
- Decompress the installation package.
cd /path/to/PRIMER tar -xvf primer3-2.4.0.tar.gz cd primer3-2.4.0/src
- Modify Makefile.
vim Makefile
In line 56, change CC=gcc to CC=clang.
In line 57, change CPP=g++ to CXX=clang++.
- Perform the compilation and installation.
make -j
Parent topic: Primer3 2.4.0 Porting Guide (Kylin V10)