Skip to content

Instantly share code, notes, and snippets.

@roz3x
roz3x / gist:5088b370b1288e13fc6b61a75f21da4c
Last active May 12, 2024 17:34
zig compile on Mac M1
#!/bin/sh
# make sure you have homebrew already installed
brew installed llvm
git clone https://github.com/ziglang/zig.git
cd zig
mkdir -p build
cd build
# for fast build