Files
nostr_terminal/.roo/commands/build.md

366 B

description
description
Build nt (static-only)

Use the project build entrypoint only:

./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.