You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/install_and_upgrade.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,16 @@ Binaries are signed with this [[Signing key]].
5
5
## Windows
6
6
7
7
* Download [the latest release](https://github.com/commercialhaskell/stack/releases/latest). Note: while generally i386/32-bit GHC is better tested on Windows, there are reports that recent versions of Windows only work with the 64-bit version of stack (see [issue #393](https://github.com/commercialhaskell/stack/issues/393)).
8
-
* Unpack the archive (you may need to rename the contents to `stack.exe`) and place `stack.exe` somewhere on your `%PATH%` (see [Path section below](#path)) and you can then run `stack` on the command line.
8
+
* Unpack the archive and place `stack.exe` somewhere on your `%PATH%` (see [Path section below](#path)) and you can then run `stack` on the command line.
9
+
* Now you can run `stack` from the terminal.
9
10
10
11
NOTE: These executables have been built and tested on a Windows 7, 8.1, and 10 64-bit machines. They should run on older Windows installs as well, but have not been tested. If you do test, please edit and update this page to indicate as such.
* Extract the `stack` executable and put it somewhere on your `$PATH` (see [Path section below](#path))
16
+
* Extract the archive and place `stack` somewhere on your `$PATH` (see [Path section below](#path))
17
+
* Now you can run `stack` from the terminal.
16
18
17
19
We generally test on the current version of OS X, but stack is known to work on Mavericks as well, and may also work on older versions (YMMV).
18
20
@@ -153,7 +155,7 @@ Alternatively, the package can be built from source as follows.
153
155
(64-bit and 32-bit options available)
154
156
155
157
* Download [the latest release](https://github.com/commercialhaskell/stack/releases/latest). Note: the `-gmp4` variants are for older distributions (such as CentOS 6.x) that only include libgmp4 (libgmp.so.3).
156
-
*The download is compressed. Extract the compressed file somewhere on your PATH(see [PATH section below](#path)).
158
+
* Extract the archive and place `stack`somewhere on your `$PATH`(see [Path section below](#path))
157
159
* Now you can run `stack` from the terminal.
158
160
159
161
Tested on Fedora 20: make sure to install the following packages `sudo yum install perl make automake gcc gmp-devel`.
0 commit comments