mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-05 20:35:12 +00:00
README: add a note about the optional dependencies
This commit is contained in:
parent
1ecda61ec5
commit
2baee9f81e
11
README.md
11
README.md
@ -43,6 +43,17 @@ and also powering Microsoft's Visual Studio tools for Git. The library provides
|
|||||||
* descriptive and detailed error messages
|
* descriptive and detailed error messages
|
||||||
* ...and more (over 175 different API calls)
|
* ...and more (over 175 different API calls)
|
||||||
|
|
||||||
|
Optional dependencies
|
||||||
|
=====================
|
||||||
|
|
||||||
|
While the library provides git functionality without the need for
|
||||||
|
dependencies, it can make use of a few libraries to add to it:
|
||||||
|
|
||||||
|
- pthreads (non-Windows) to enable threadsafe access as well as multi-threaded pack generation
|
||||||
|
- OpenSSL (non-Windows) to talk over HTTPS and provide the SHA-1 functions
|
||||||
|
- LibSSH2 to enable the ssh transport
|
||||||
|
- iconv (OSX) to handle the HFS+ path encoding peculiarities
|
||||||
|
|
||||||
Building libgit2 - Using CMake
|
Building libgit2 - Using CMake
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user