From ae1515f19426daf13b55089e1c7da5f49f62b7eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 14:45:23 -0400 Subject: build for windows with forked win32 package that has terminateProcessId Get ugly reversion out of CHANGELOG. Also, relocated the windows stack.yaml to top, and updated windows build instructions. This commit was sponsored by Henrik Riomar on Patreon. --- doc/install/Windows.mdwn | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn index 1d9599ac8..af68e8028 100644 --- a/doc/install/Windows.mdwn +++ b/doc/install/Windows.mdwn @@ -32,15 +32,16 @@ To build git-annex from source on Windows, you need to install [Git for Windows](http://git-scm.com/downloads), and [Stack](http://haskellstack.org/). -You also need to install rsync and wget for windows. -They need to be linked with the same MINGW32 libraries that come with Git -for Windows. One way is to download them from +You also need to install rsync for windows. +It needs to be linked with the same MINGW32 libraries that come with Git +for Windows. One way is to download it from . -Put them somewhere in PATH. +Put it somewhere in PATH. -Then open Git Bash, [[clone git-annex|download]], and in -git-annex's source tree, run "stack build" to download and build -all dependencies and git-annex. "stack install" will install git-annex. +Then open Git Bash, [[clone git-annex|download]], and in git-annex's source +tree, run "stack build --stack-yaml stack-windows.yaml" to download and +build all dependencies and git-annex. "stack install --stack-yaml +stack-windows.yaml" will install git-annex. (To build the git-annex installer, you also need to install the NullSoft installer system. The script `standalone/windows/build.sh` is -- cgit v1.2.3