summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-10-31 11:24:02 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2014-11-01 10:58:55 +0100
commit15bea02c04ebf3172d495f14219b30eba262eb6a (patch)
treed17505f01de69a5e28c64179c879b8db0f42dd53 /README.md
parentfe6b51ae40313036436f81d4e87d232691cdacac (diff)
downloadlibgit2-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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98aaa1dd7..f25bb12bb 100644
--- a/README.md
+++ b/README.md
@@ -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
==============================