diff options
-rw-r--r-- | doc/todo/windows_support.mdwn | 5 | ||||
-rw-r--r-- | standalone/windows/build.sh | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 08327dba8..18f69ec17 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -9,7 +9,10 @@ now! --[[Joey]] * 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. -* No support for the assistant or webapp. +* `git annex watch` builds, but it has not been tested at all. +* `git annex assistant` builds, but has not been tested, and is known + to not download any files. (transferrer doesn't built yet) +* Webapp doesn't build yet. * Ssh connection caching does not work on Windows, so `git annex get` has to connect twice to the remote system over ssh per file, which is much slower than on systems supporting connection caching. diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 56aa58f31..a84e0d6fd 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -7,7 +7,7 @@ set -x set -e HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0" -FLAGS="-Webapp -Assistant -XMPP" +FLAGS="-Webapp -XMPP" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" |