You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alex 'AdUser' Z 24577c42b2 * check needed libraries in cmake 6 years ago
src * add '-d' option 7 years ago
tests + cmake 7 years ago
CMakeLists.txt * check needed libraries in cmake 6 years ago
LICENSE + LICENSE 7 years ago
README.md + README.md 7 years ago

README.md

Overview

Tool for finding similar images on filesystem.

Requirements

Runtime:

  • libsimdb
  • libmagick

Compile-time:

  • headers for libraries above
  • C compiler with -std=c99 support
  • cmake >= 2.6
  • checkinstall (optional)

Build and install

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make
make test
sudo checkinstall -- make install

Usage

simdb-fdupes -h
simdb-fdupes -v ~/images-dir/ | tee dups.txt