Skip to content

Commit

Permalink
Merge pull request #5366 from OndrejSlamecka/patch-1
Browse files Browse the repository at this point in the history
Add zlib-devel to the list of prerequisites on CentOS
  • Loading branch information
snoyberg committed Sep 21, 2020
2 parents a5b7a3a + 7b14603 commit 25203a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install_and_upgrade.md
Expand Up @@ -254,7 +254,7 @@ or:

* 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 netbase`
* 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)
* Fedora / CentOS: `sudo dnf install perl make automake gcc gmp-devel libffi zlib zlib-devel xz tar git gnupg` (use `yum` instead of `dnf` on CentOS and Fedora <= 21)
* Fedora 24: In order to use `stack setup` on a 32-bit system, you may
need to run `sudo dnf install ncurses-compat-libs`. If this package is
not installed, Stack may not be able to install 32-bit GHC versions.
Expand Down

0 comments on commit 25203a3

Please sign in to comment.