summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:54:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:54:05 -0400
commitca46676292158d524d0525df6c0fdf2742b43aa6 (patch)
treef90549bc877f758d931ba05f0bb912bc68cbbb2a /doc
parentc79738263e1e1da9ac7b345a6e2aa9b0569165fd (diff)
still need stack-windows.yaml to specify newer versions of Win32 and unix-compat
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Windows.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn
index 46a92fd6c..9ae82e4a9 100644
--- a/doc/install/Windows.mdwn
+++ b/doc/install/Windows.mdwn
@@ -39,8 +39,9 @@ for Windows. One way is to download it from
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.
+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