Files
tbamud/AGENTS.md
Thomas Arp 28622d9fe2 Add initialization and build instructions to AGENTS.md (#166)
Added instructions for initializing and building the repository for agents
2026-04-19 02:03:34 +02:00

305 B

To initialize the repository:

Run these commands from the project directory.

./configure && touch src/.accepted  # the src/.accepted file must exist to build.

To build the code:

cd src     # make must be run from the src dir
make       # builds all changed source files.