From 68a25a6a509889fde74f6a37d3cf776d97524a89 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 2 Nov 2017 19:13:13 -0600 Subject: [PATCH] Add pkg-config to the ubuntu 16.04 dependencies My build failed because I didn't have pkg-config installed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a06e4a..5f20d8c9 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ Concretely, here are the requisite packages in some Linux distributions: * On Ubuntu 16.04 LTS: - $ sudo apt-get install build-essential cmake git libgmp3-dev libprocps4-dev python-markdown libboost-all-dev libssl-dev + $ sudo apt-get install build-essential cmake git libgmp3-dev libprocps4-dev pkg-config python-markdown libboost-all-dev libssl-dev * On Ubuntu 14.04 LTS: