update for Windows

This commit is contained in:
Joey Hess 2013-05-13 13:46:03 -04:00
parent 9d3a967c66
commit f6fee49227
3 changed files with 10 additions and 1 deletions

View file

@ -14,6 +14,7 @@ exceptions:
* Repositories on FAT and other less than stellar filesystems * Repositories on FAT and other less than stellar filesystems
that don't support things like symlinks will be automatically put that don't support things like symlinks will be automatically put
into direct mode. into direct mode.
* Windows always uses direct mode.
## enabling (and disabling) direct mode ## enabling (and disabling) direct mode

View file

@ -14,7 +14,7 @@ detailed instructions | quick install
[[Gentoo]] | `emerge git-annex` [[Gentoo]] | `emerge git-annex`
[[ScientificLinux5]] | (and other RHEL5 clones like CentOS5) [[ScientificLinux5]] | (and other RHEL5 clones like CentOS5)
[[openSUSE]] | [[openSUSE]] |
Windows | [[sorry, Windows not supported yet|todo/windows_support]] [[Windows]] | **alpha**
"""]] """]]
## Using cabal ## Using cabal

8
doc/install/Windows.mdwn Normal file
View file

@ -0,0 +1,8 @@
git-annex has recently been ported to Windows.
This port is in an alpha state; many things will not work. See
[[todo/windows_support]] for current status. Note especially that
git-annex always uses [[direct_mode]] on Windows.
To build git-annex from source on Windows, simply follow the instructions
for [[using cabal|cabal]].