Archived
1
0

Merge pull request #17 from 4cdn/patch-4

add git to dependancies
This commit is contained in:
Jeff 2015-10-21 10:07:05 -04:00
commit 56b716d584

View File

@ -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: