fastimagehash/thirdparty/get_static_libs.sh

7 lines
126 B
Bash
Executable File

#!/usr/bin/env bash
wget http://fftw.org/fftw-3.3.8.tar.gz
tar -xzf fftw-3.3.8.tar.gz
cd fftw-3.3.8
./configure CFLAGS=-fPIC