编译ghostty
curl -L https://github.com/ghostty-org/ghostty/archive/refs/tags/tip.tar.gz -o ghostty.tar.gz
tar -xzf ghostty.tar.gz
rm ghostty.tar.gz
snap install --beta zig --classic
sudo apt install aptitude
sudo aptitude install build-essential zig git libgtk4-layer-shell-dev libadwaita-1-dev gettext libxml2-utils blueprint-compiler
env -u https_proxy -u http_proxy -u HTTP_PROXY -u HTTPS_PROXY zig build -Doptimize=ReleaseFast要点
blueprint-compiler not found (Linux)和pip的blueprint-compiler 有问题,用uv tool install 的可以删掉 blueprint-compiler 然后 用 apt 装上
网络问题(来自zig)
参考
官方写的太少了


