From d840849ce06f7fd7e3d09fdaf257aeba420c1d72 Mon Sep 17 00:00:00 2001 From: val99erie Date: Tue, 4 Apr 2017 11:19:36 -0500 Subject: [PATCH] Added ufraw to the list of dependencies. Without it this spec will fail: "Transcoding with an attached RAW image transcodes". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed82e0d..bfd7179 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Just add `gem 'hydra-derivatives'` to your Gemfile. * [LibreOffice](https://www.libreoffice.org/) (openoffice.org-headless on Ubuntu/Debian to avoid "_X11 error: Can't open display:_") * [ImageMagick](http://www.imagemagick.org/) * Kakadu's [kdu_compress](http://www.kakadusoftware.com/) (optional) +* [ufraw](http://ufraw.sourceforge.net/) To enable LibreOffice, FFMpeg, ImageMagick, FITS support, and kdu_compress support, make sure they are on your path. Most people will put that in their .bash_profile or somewhere similar.