mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
11 lines
251 B
Bash
Executable File
11 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
|