From 9602f3837fcaac131e84872d0c33db161bf3d071 Mon Sep 17 00:00:00 2001 From: Marco Capuccini Date: Sat, 15 Oct 2016 12:46:46 +0200 Subject: [PATCH] Add pkg-congif dependency to fix issue #20 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index bba2d69..66debfa 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ BUILDING: packages) installed to build it. From a base Debian or Ubuntu install, this should get you to a point you can build and run it: apt-get install build-essential libcurl4-openssl-dev libxml2-dev \ - libssl-dev libfuse-dev libjson-c-dev + libssl-dev libfuse-dev libjson-c-dev pkg-config For CentOS or similar, yum install gcc make fuse-devel curl-devel libxml2-devel openssl-devel