Added note about pygit2/libgit2 versioning

This commit is contained in:
David Fischer 2013-06-14 08:04:56 -07:00
parent 4b01309cd7
commit 4b051e38ef
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60

View File

@ -25,6 +25,10 @@ When those are installed, you can install pygit2:
$ python setup.py install
$ python setup.py test
.. note:: A minor version of pygit2 must be used with the corresponding minor
version of libgit2. For example, pygit2 v0.18.x must be used with libgit2
v0.18.0.
Building on \*nix (including OS X)
===================================