mirror of
https://github.com/simon987/fastimagehash.git
synced 2025-04-04 09:23:00 +00:00
7 lines
126 B
Bash
Executable File
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
|