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.

This commit is contained in:
kitsemets 2015-02-26 16:00:27 +02:00
parent bc668751a4
commit ef67c36d8c

@ -17,6 +17,7 @@ Requirements
- Libgit2 v0.22.x
- cffi 0.8.1+
- Libssh2, optional, used for SSH network operations.
- pkg-config
.. warning::