diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-10-31 11:24:02 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-11-01 10:58:55 +0100 |
commit | 15bea02c04ebf3172d495f14219b30eba262eb6a (patch) | |
tree | d17505f01de69a5e28c64179c879b8db0f42dd53 /README.md | |
parent | fe6b51ae40313036436f81d4e87d232691cdacac (diff) | |
download | libgit2-cmn/threading.tar.gz |
docs: explicitly document the threading caveatscmn/threading
Talk about sharing objects and error messages; but the most important
part is about what to do with the cryptographic libraries, which sadly
have to become to responsibility of the application.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -58,6 +58,11 @@ dependencies, it can make use of a few libraries to add to it: - LibSSH2 to enable the SSH transport - iconv (OSX) to handle the HFS+ path encoding peculiarities +Threading +========= + +See [THREADING](THREADING.md) for information + Building libgit2 - Using CMake ============================== |