diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-09 16:00:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-09 16:00:48 -0400 |
commit | 3353b038b5cf4321bc3359a783293f69ca779574 (patch) | |
tree | 096fddf2c06b9fd79f1363c12154702abb3a2eaa /doc | |
parent | 5ca91c0e3c953d680249cb15f0a4f30253355af0 (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/windows_support.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 6a4d63a42..d0c3aa4d7 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -5,7 +5,7 @@ now! --[[Joey]] * Does not work with Cygwin's build of git (that git does not consistently support use of DOS style paths, which git-annex uses on Windows). - Must use the upstream build of git for Windows. + Must use Msysgit. * rsync special remotes are known buggy. * Bad file locking, it's probably not safe to run more than one git-annex process at the same time on Windows. @@ -23,3 +23,5 @@ now! --[[Joey]] Network console shows web browser is requesting page "/" despite a link to another page being clicked on. Workaround: Use Chrome instead; no such problem there. +* No XMPP support (needs a lot of C libraries which are available in + cygwin, but pkg-config does not list them once installed). |