From d7ab0df064a1521fa7089ecb6458acb448257315 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 10 Nov 2018 12:58:50 -0800 Subject: [PATCH] Add installation instructions for Fedora --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8209f9f..3f37acd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,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 macOS, run `brew install jpeg`. Then compile via: