This commit is contained in:
2024-02-23 23:21:45 -06:00
parent 07328609d7
commit 32a143a8d6
2 changed files with 11 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ sudo "$PKG_MNG" update
sudo "$PKG_MNG" install autoconf automake build-essential cmake git-core \
libass-dev libfreetype6-dev libsdl2-dev libtool libva-dev libvdpau-dev \
libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config \
texinfo wget zlib1g-dev nasm yasm libssl-dev time python3 meson ninja-build\
doxygen xxd jq lshw gnuplot python3-pip curl clang valgrind ccache -y || exit 1
texinfo wget zlib1g-dev nasm yasm libssl-dev time python3 meson ninja-build gobjc++ \
doxygen xxd jq lshw gnuplot python3-pip curl clang valgrind ccache gawk mawk -y || exit 1
curl https://sh.rustup.rs -sSf | sh -s -- -y
source "$HOME/.cargo/env"