Last active
September 27, 2017 07:06
-
-
Save opnchaudhary/10803318 to your computer and use it in GitHub Desktop.
installing pHash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/sdepold/pHash/archive/master.zip | |
unzip master.zip | |
cd pHash-master | |
./configure --enable-video-hash=no --enable-audio-hash=no | |
make | |
make install | |
cd bindings/php | |
./configure --disable-video_hash --disable-audio_hash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment