From 64d4b2c0b0bc95909b07e2017503b9c9f13faf61 Mon Sep 17 00:00:00 2001 From: Xiao Ba Date: Sun, 17 Nov 2019 17:35:15 -0700 Subject: [PATCH] Specfiy pkg-config as a necessary dependency for compilation --- COMPILATION.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/COMPILATION.md b/COMPILATION.md index 830cc2e..9b7b4d7 100644 --- a/COMPILATION.md +++ b/COMPILATION.md @@ -15,6 +15,7 @@ Keep in mind using the pre-built packages when available. * libcurl * libxml2 * openssl +* pkg-config (or your OS equivalent) 2. Then compile from master via the following commands: diff --git a/README.md b/README.md index d8a0025..8478b87 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Many systems provide pre-built packages: brew install s3fs ``` -Otherwise consult the [complation instructions](COMPILATION.md). +Otherwise consult the [compilation instructions](COMPILATION.md). ## Examples