Skip to content

Commit

Permalink
Merge #2132
Browse files Browse the repository at this point in the history
2132: Update Cabal build instructions to include 'xz' when using yum package manager r=kevinhammond a=james-iohk

Without this, unpacking of cabal can fail.

Co-authored-by: James Browning <james.browning@iohk.io>
  • Loading branch information
iohk-bors[bot] and James Browning authored Nov 27, 2020
2 parents 42ab46c + 2d0758a commit a4d733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We need the following packages and tools on our Linux system to download the sou
In Redhat, Fedora and Centos

sudo yum update -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar wget zlib-devel libtool autoconf -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs -y

For Debian/Ubuntu use the following instead:
Expand Down

0 comments on commit a4d733e

Please sign in to comment.