diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 20:40:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 20:40:28 -0400 |
commit | 6ff7f51d6e8a0039b9de28634474bc15b7e40e87 (patch) | |
tree | 4c1c8f56724997563e7a43ce9719ca3673b78d1b /doc/install | |
parent | 8f65283d969b2077bae0c22a67364a297168589d (diff) |
windows build foo
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Windows.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn index 74017d699..edfbb0234 100644 --- a/doc/install/Windows.mdwn +++ b/doc/install/Windows.mdwn @@ -29,6 +29,7 @@ the Haskell Platform, Mingw, and Cygwin. Use Cygwin to install gcc, rsync, git, wget, ssh, and gnupg. To build the git-annex installer, you also need to install the NulSoft installer system. -There is a shell script `standalone/windows/build.sh` that can be -used to build git-annex. Note that this shell script cannot be run -in Cygwin; run it with the Mingw sh. + cabal update + cabal unpack git-annex -d gitannex + cd gitannex + build |