From ef67c36d8cbc124c4707f46b9ba1cb7fa87cfe7d Mon Sep 17 00:00:00 2001
From: kitsemets <kitsemets@gmail.com>
Date: Thu, 26 Feb 2015 16:00:27 +0200
Subject: [PATCH] docs/install.rst: added pkg-config as a dependency for
 building libgit2. Without pkg-config it is not possible to build libgit2 with
 ssh support.

---
 docs/install.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/install.rst b/docs/install.rst
index e776a0e..06745d1 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -17,6 +17,7 @@ Requirements
 - Libgit2 v0.22.x
 - cffi 0.8.1+
 - Libssh2, optional, used for SSH network operations.
+- pkg-config
 
 .. warning::