From 757be677ebd26342c40631d714d428a7d5ed672c Mon Sep 17 00:00:00 2001 From: Levon Date: Wed, 21 Feb 2024 19:13:10 -0600 Subject: [PATCH] valgrind --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index cb78ca1..3f64ab0 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -8,7 +8,7 @@ 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 -y || exit 1 + doxygen xxd jq lshw gnuplot python3-pip curl clang valgrind -y || exit 1 curl https://sh.rustup.rs -sSf | sh -s -- -y source "$HOME/.cargo/env"