Skip to content

Commit

Permalink
add libz-dev package
Browse files Browse the repository at this point in the history
currently the workflow of pspsdk uses container of this repo, we should also add libz-dev package to this to work properly.
  • Loading branch information
diamant3 authored Dec 16, 2024
1 parent 8cdd7d5 commit 34be23d
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 34be23d

Please sign in to comment.