Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup: Install pyelftools #206

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/android_build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo DEBIAN_FRONTEND=noninteractive \
libexpat1-dev libgmp-dev '^liblz4-.*' '^liblzma.*' libmpc-dev libmpfr-dev libncurses5-dev \
libsdl1.2-dev libssl-dev libtool libxml2 libxml2-utils '^lzma.*' lzop \
maven ncftp ncurses-dev patch patchelf pkg-config pngcrush \
pngquant python2.7 python-all-dev re2c schedtool squashfs-tools subversion \
pngquant python2.7 python3-pyelftools python-all-dev re2c schedtool squashfs-tools subversion \
texinfo unzip w3m xsltproc zip zlib1g-dev lzip \
libxml-simple-perl libswitch-perl apt-utils rsync \
${PACKAGES} -y
Expand Down
2 changes: 1 addition & 1 deletion setup/arch-manjaro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo '[1/4] Enabling multilib repo'
sudo sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
# Sync, update, and prepare system
echo '[2/4] Syncing repositories and updating system packages'
sudo pacman -Syyu --noconfirm --needed git git-lfs multilib-devel fontconfig ttf-droid
sudo pacman -Syyu --noconfirm --needed git git-lfs multilib-devel fontconfig ttf-droid python-pyelftools
# Install android build prerequisites
echo '[3/4] Installing Android building prerequisites'
packages="ncurses5-compat-libs lib32-ncurses5-compat-libs aosp-devel xml2 lineageos-devel"
Expand Down
1 change: 1 addition & 0 deletions setup/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sudo dnf install \
zip \
perl-Digest-SHA \
python2 \
python3-pyelftools \
wget \
lzop \
openssl-devel \
Expand Down
1 change: 1 addition & 0 deletions setup/opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ sudo zypper install \
perl-Digest-SHA1 \
python \
python-rpm-generators \
python3-pyelftools \
readline-devel \
schedtool \
screenfetch \
Expand Down