Skip to content

Commit

Permalink
refactor: update .linux-setup.sh permissions and install additional d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
theashraf committed Dec 12, 2024
1 parent f37b504 commit 7826416
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .linux-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,15 @@ $INSTALL_CMD \
nasm \
git \
curl \
wget
wget \
clang \
llvm \
lld \
libc6-dev \
gcc-multilib \
g++-multilib \
nodejs \
npm

echo "Installing Meson 1.6.0..."
pip3 install 'meson==1.6.0'
Expand Down

0 comments on commit 7826416

Please sign in to comment.