Skip to content

Commit

Permalink
doc/install_and_upgrade: warn about Homebrew (commercialhaskell#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed May 26, 2016
1 parent f848ceb commit 36e4706
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions doc/install_and_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,24 @@ such.

## Mac OS X

### Manual download

* Download the latest release:
* [Mac OS X 64-bit](https://www.stackage.org/stack/osx-x86_64)
* Extract the archive and place `stack` somewhere on your `$PATH` (see
[Path section below](#path))
* Now you can run `stack` from the terminal.

We generally test on the current version of Mac OS X, but stack is known to work on
Yosemite and Mavericks as well, and may also work on older versions (YMMV).

### Using Homebrew

**Warning:** the Homebrew version of stack-1.1.2 has some
[problems](https://github.com/commercialhaskell/stack/issues/2182) not present
in the official binary distribution used in the manual download. As such, we
do not currently recommend installing Stack using Homebrew.

If you have a popular [brew](http://brew.sh/) tool installed, you can just do:

```
Expand All @@ -70,16 +86,7 @@ bottle"), but if `brew` starts trying to build everything from source (which
will take hours), see
[their FAQ on the topic](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#why-do-you-compile-everything).

### Manual download

* Download the latest release:
* [Mac OS X 64-bit](https://www.stackage.org/stack/osx-x86_64)
* Extract the archive and place `stack` somewhere on your `$PATH` (see
[Path section below](#path))
* Now you can run `stack` from the terminal.

We generally test on the current version of Mac OS X, but stack is known to work on
Yosemite and Mavericks as well, and may also work on older versions (YMMV).

### Notes

Expand Down

0 comments on commit 36e4706

Please sign in to comment.