Building from Source
Requires Zig 0.15.2+.
On Linux, install the build dependencies first:
sudo apt install libglfw3-dev libfreetype-dev libfontconfig-dev libgl-devzig build # Buildzig build run # Launch terminalzig build test # Run all testsLaunch with Options
Section titled “Launch with Options”zig build run -- --rows 30 --cols 100zig build run -- --cmd /bin/zshzig build run -- --cell-width 110%zig build run -- --font-size 16Test Summary
Section titled “Test Summary”zig build test --summary all