Skip to content

moravianlibrary/dhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

The library is dependent on ImageMagick library. In Debian based systems you can install it by following command.

# apt-get install libmagickwand-dev

Build

You need to have installed automake tools. If you have it, you just run following commands.

$ autoreconf -i
$ ./configure
$ make

Install

# make install
# ldconfig /usr/local/lib