diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 13:38:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 13:38:45 -0400 |
commit | 0844ba9012165aa57b6ffee10d97f5dd3e1e6b31 (patch) | |
tree | 3a92346a60f782b7508e815d7c11a2c0067f8a2a /doc | |
parent | d9c722152bf0f79ab5c6c00aff7443b1e123d678 (diff) |
update with autobuilder
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/Windows.mdwn | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn index dd8b71604..a1c558ec1 100644 --- a/doc/install/Windows.mdwn +++ b/doc/install/Windows.mdwn @@ -8,19 +8,18 @@ git-annex, many things will not work. See [[todo/windows_support]] for current status. Note especially that git-annex always uses [[direct_mode]] on Windows. -## building it yourself +## autobuilds -To build git-annex from source on Windows, you need to install -the Haskell Platform and Cygwin. Use Cygwin to install gcc, rsync, git, -ssh, and gpg. +A daily build is also available. -Then, within Cygwin, git-annex can be compiled following the instructions -for [[using cabal|cabal]]. +* [download](https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/lastSuccessfulBuild/artifact/git-annex.exe) ([build logs](https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/)) -Once git-annex is built, the NullSoft installer can be built, as follows: +## building it yourself + +To build git-annex from source on Windows, you need to install +the Haskell Platform, Mingw, and Cygwin. Use Cygwin to install +gcc, rsync, git, wget, ssh, and gpg. -<pre> - cabal install nsis - ghc --make Build/NullSoftInstaller.hs - Build/NullSoftInstaller.exe -</pre> +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. |