Installation
Decompress the package
Decompress the installation package first, and then enter the folder.
tar -zxvf CTFMeasure_v1.4.0.tar.gz
cd ctfmeasure-master
Install dependencies
Install FFTW3 and NLOPT to the "3rdlib" directory.
cd external
./build-fftw.sh
./build-nlopt.sh
cd ..
Compilation
Compile and install the binaries to the "bin" directory.
make clean
make