Skip to content

Instantly share code, notes, and snippets.

@opnchaudhary
Last active September 27, 2017 07:06
Show Gist options
  • Save opnchaudhary/10803318 to your computer and use it in GitHub Desktop.
Save opnchaudhary/10803318 to your computer and use it in GitHub Desktop.
installing pHash
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