mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 06:14:33 +00:00
10 lines
251 B
Bash
Executable file
10 lines
251 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -x
|
|
set -e
|
|
|
|
pacman -Su --needed --noconfirm
|
|
pacman -S --needed --noconfirm wget p7zip python3-pip
|
|
pip install s3cmd
|
|
wget -nv "https://ziglang.org/deps/llvm%2bclang-9.0.0-win64-msvc-mt.tar.xz"
|
|
tar xf llvm+clang-9.0.0-win64-msvc-mt.tar.xz
|