From 40aff8c8d35f0d550a71cf90c3f5a99ad6db942a Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 29 Jan 2020 23:20:12 +0900 Subject: [PATCH] Suggest installing libjpeg8-dev on Ubuntu References #40. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45cd8be..eaf1296 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Installation compy needs a few libraries to compile. On Fedora, run `dnf install -y libjpeg-devel` -On Ubuntu, run `apt-get install -y libjpeg8 openssl ssl-cert`. +On Ubuntu, run `apt-get install -y libjpeg8-dev openssl ssl-cert`. On macOS, run `brew install jpeg`. Then compile via: ```ShellSession