Update INSTALL.md

"build-essential" was required for me to complete the Debian/Ubuntu instructions.
This commit is contained in:
kr4z33 2020-08-17 19:16:26 -10:00 committed by GitHub
parent 9544ea7e6a
commit b31a7ba7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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