Skip to content

Commit

Permalink
Merge pull request #191 from pspdev/add-libz-dev
Browse files Browse the repository at this point in the history
add `libz-dev` package
  • Loading branch information
sharkwouter authored Dec 16, 2024
2 parents 8cdd7d5 + 34be23d commit 757c454
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ else

ubuntu | debian)
sudo apt-get update
sudo apt-get -y install texinfo bison flex gettext libgmp3-dev libmpfr-dev libmpc-dev libusb-dev libreadline-dev libcurl4 libcurl4-openssl-dev libssl-dev libarchive-dev libgpgme-dev
sudo apt-get -y install texinfo bison flex gettext libgmp3-dev libmpfr-dev libmpc-dev libusb-dev libreadline-dev libcurl4 libcurl4-openssl-dev libssl-dev libarchive-dev libgpgme-dev \
libz-dev
;;
rhel | fedora)
dnf -y install @development-tools gcc gcc-c++ g++ wget git autoconf automake python3 python3-pip make cmake pkgconf \
Expand All @@ -42,4 +43,4 @@ else
;;
esac

fi
fi

0 comments on commit 757c454

Please sign in to comment.