From 61cb5b43d8e0a2da052fe0ddcdc1478ed6b497f9 Mon Sep 17 00:00:00 2001 From: Peter Bowyer Date: Mon, 27 Aug 2018 20:42:51 +0100 Subject: [PATCH] Add bc to Ubuntu package list On a stock Ubuntu 16.04 server install, bc is not present, and splitting into chapter files fails. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8dd60e..ce5714f 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ __Note:__ At least one of the above must be exist. The code must also match the __Ubuntu, Linux Mint, Debian__ ``` sudo apt-get update -sudo apt-get install ffmpeg libav-tools x264 x265 +sudo apt-get install ffmpeg libav-tools x264 x265 bc ``` __Fedora__