Skip to content

Commit 34be23d

Browse files
authored
add libz-dev package
currently the workflow of pspsdk uses container of this repo, we should also add libz-dev package to this to work properly.
1 parent 8cdd7d5 commit 34be23d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prepare.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ else
2222

2323
ubuntu | debian)
2424
sudo apt-get update
25-
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
25+
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 \
26+
libz-dev
2627
;;
2728
rhel | fedora)
2829
dnf -y install @development-tools gcc gcc-c++ g++ wget git autoconf automake python3 python3-pip make cmake pkgconf \
@@ -42,4 +43,4 @@ else
4243
;;
4344
esac
4445

45-
fi
46+
fi

0 commit comments

Comments
 (0)