From b31a7ba7d8a2b9af46da4a4f70d724c3880bf547 Mon Sep 17 00:00:00 2001 From: kr4z33 Date: Mon, 17 Aug 2020 19:16:26 -1000 Subject: [PATCH] Update INSTALL.md "build-essential" was required for me to complete the Debian/Ubuntu instructions. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 57f225b..9b227d5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ Install prerequisite software: ```bash -apt install debhelper libcapture-tiny-perl libconfig-inifiles-perl pv lzop mbuffer +apt install debhelper libcapture-tiny-perl libconfig-inifiles-perl pv lzop mbuffer build-essential ```