From 7027b9e297943e4f35b3338ed6e05f2c999b3ea5 Mon Sep 17 00:00:00 2001 From: 4cdn <4cdn@users.noreply.github.com> Date: Tue, 20 Oct 2015 18:56:37 -0400 Subject: [PATCH] add git to dependancies --- doc/build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 37e59d3..d7bfa00 100644 --- a/doc/build.md +++ b/doc/build.md @@ -9,6 +9,7 @@ * imagemagick * ffmpegthumbnailer * sox +* git ## debian ## @@ -46,7 +47,7 @@ We'll also need to install some dependancies that come with debian: # as root apt update - apt-get --no-install-recommends install imagemagick libsodium-dev ffmpegthumbnailer sox build-essential + apt-get --no-install-recommends install imagemagick libsodium-dev ffmpegthumbnailer sox build-essential git Now build the daemon: