update with autobuilder

This commit is contained in:
Joey Hess 2013-05-17 13:38:45 -04:00
parent cfae7841a4
commit 4ba6a88aba

View file

@ -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]] current status. Note especially that git-annex always uses [[direct_mode]]
on Windows. on Windows.
## autobuilds
A daily build is also available.
* [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/))
## building it yourself ## building it yourself
To build git-annex from source on Windows, you need to install To build git-annex from source on Windows, you need to install
the Haskell Platform and Cygwin. Use Cygwin to install gcc, rsync, git, the Haskell Platform, Mingw, and Cygwin. Use Cygwin to install
ssh, and gpg. gcc, rsync, git, wget, ssh, and gpg.
Then, within Cygwin, git-annex can be compiled following the instructions There is a shell script `standalone/windows/build.sh` that can be
for [[using cabal|cabal]]. used to build git-annex. Note that this shell script cannot be run
in Cygwin; run it with the Mingw sh.
Once git-annex is built, the NullSoft installer can be built, as follows:
<pre>
cabal install nsis
ghc --make Build/NullSoftInstaller.hs
Build/NullSoftInstaller.exe
</pre>