mirror of
https://github.com/simon987/fastimagehash.git
synced 2025-12-18 08:19:02 +00:00
Initial commit (squashed)
This commit is contained in:
6
thirdparty/get_static_libs.sh
vendored
Executable file
6
thirdparty/get_static_libs.sh
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user