Skip to content

Commit 8346914

Browse files
committed
install_and_upgrade.md: add Windows installers (#613)
1 parent 44f686b commit 8346914

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/install_and_upgrade.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ find links that always point to the latest bindists
1414

1515
## Windows
1616

17-
*Note*: Due to specific Windows limitations, [some temporary workarounds](https://www.fpcomplete.com/blog/2015/08/stack-ghc-windows) may be required. It is strongly advised to set your `STACK_ROOT` environment variable similarly to your root (e.g., `set STACK_ROOT=c:\stack_root`) *before* running `stack`.
17+
*Note*: Due to specific Windows limitations,
18+
[some temporary workarounds](https://www.fpcomplete.com/blog/2015/08/stack-ghc-windows)
19+
may be required. It is strongly advised to set your `STACK_ROOT` environment
20+
variable similarly to your root (e.g., `set STACK_ROOT=c:\stack_root`) *before*
21+
running `stack`.
1822

1923
* Download the latest release:
2024

@@ -36,6 +40,14 @@ NOTE: These executables have been built and tested on a Windows 7, 8.1, and 10
3640
been tested. If you do test, please edit and update this page to indicate as
3741
such.
3842

43+
### Installer (experimental)
44+
45+
We recommend installing to the default location with these installers, as that
46+
will make `stack install` and `stack upgrade` work correctly out of the box.
47+
48+
* [Windows 32-bit Installer](https://www.stackage.org/stack/windows-i386-installer) (experimental)
49+
* [Windows 64-bit Installer](https://www.stackage.org/stack/windows-x86_64-installer) (experimental)
50+
3951
## Mac OS X
4052

4153
### Using brew

0 commit comments

Comments
 (0)