--- description: "Build nt (static-only)" --- Use the project build entrypoint only: ```bash ./build.sh ``` Rules: - Do **not** use `cmake`, `make`, or direct `gcc` commands on the host. - Do **not** create alternate build outputs like `nt_static_*`. - Expected output is a single binary at `./nt`. - `./build.sh` performs static-link verification automatically.