alasin / Digital-Archive-CBIR

A simple Image retrieval system built using NodeJS. Work in progress.
10 stars 3 forks source link

libmagick++-dev not found #5

Closed virajprabhu closed 8 years ago

virajprabhu commented 8 years ago

Since the client relies on imagemagick to generate thumbnails, I had to install libmagick++-dev (its C++ interface) with a apt-get install libmagick++-dev.

This should be added to the documentation / packaged with the code.

alasin commented 8 years ago

Fixed.