Archived
1
0

add git to dependancies

This commit is contained in:
4cdn 2015-10-20 18:56:37 -04:00
parent 5d191c88bc
commit 7027b9e297

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: