From 4b15e0866e0b18a0c02c0ba61296b6392b9c0f64 Mon Sep 17 00:00:00 2001 From: Kent Hunt Date: Wed, 5 Apr 2017 11:28:57 -0500 Subject: [PATCH] Update README.md on plain vanilla install of ubuntu, make and g++ compiler are required to build the source. since I have not confirmed any other OS this commit is only for Ubuntu. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ecd1072..cd0f416a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ sequential (nonprogressive) JPEGs due to faster decompression speeds they offer. If using your operating system package manager, install development versions of the packages if the distinction exists. - * On Ubuntu, do `apt-get install libpng-dev`. + * On Ubuntu, do `apt-get install libpng-dev make g++`. * On Fedora, do `dnf install libpng-devel`. * On Arch Linux, do `pacman -S libpng`. * On Alpine Linux, do `apk add libpng-dev`.