From dfcfd7f0b86aa36161b43a5c1aad6666c4165309 Mon Sep 17 00:00:00 2001 From: Martin Guether Date: Fri, 7 Apr 2017 10:57:33 +0200 Subject: [PATCH] added binary dependencies to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03431ae..4edbf3c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Spacedeck uses the following major building blocks: It also has some binary dependencies for media conversion and PDF export: -- imagemagick +- imagemagick, graphicsmagick, libav(+codecs, ffmpeg replacement), audiowaveform (https://github.com/bbcrd/audiowaveform), phantomjs (http://phantomjs.org/) Currently, media files are stored in Amazon S3, so you need an Amazon AWS account and have the ```AWS_ACCESS_KEY_ID``` and ```AWS_SECRET_ACCESS_KEY``` environment variables defined. For sending emails, Amazon SES is required.