Skip to content

Commit

Permalink
Update install_and_upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed May 30, 2016
1 parent e033277 commit 31eb5fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/install_and_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,10 @@ Stack](http://nixos.org/nixpkgs/manual/#using-stack-together-with-nix).
* Ensure you have required system dependencies installed. These include GCC, GNU make, xz, perl, libgmp, libffi, and zlib. We also recommend Git and GPG. To install these using your package manager:
* Debian / Ubuntu: `sudo apt-get install g++ gcc libc6-dev libffi-dev libgmp-dev make xz-utils zlib1g-dev git gnupg`
* Fedora / CentOS: `sudo dnf install perl make automake gcc gmp-devel libffi zlib xz tar git gnupg` (use `yum` instead of `dnf` on CentOS and Fedora <= 21)
* Gentoo users, make sure to have the `ncurses` package with `USE=tinfo` (without it, stack will not be able to install GHC).

* Now you can run `stack` from the terminal.

Tested on Fedora 20: make sure to install the following packages `sudo yum install perl make automake gcc gmp-devel`.
For Gentoo users, make sure to have the `ncurses` package with `USE=tinfo` (without it, stack will not be able to install GHC).

## FreeBSD

(only 64-bit currently available, tested on FreeBSD 10.3-RELEASE)
Expand Down

0 comments on commit 31eb5fa

Please sign in to comment.