mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-30 04:41:51 +02:00
Add initialization and build instructions to AGENTS.md (#166)
Added instructions for initializing and building the repository for agents
This commit is contained in:
14
AGENTS.md
Normal file
14
AGENTS.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# To initialize the repository:
|
||||||
|
|
||||||
|
Run these commands from the project directory.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
./configure && touch src/.accepted # the src/.accepted file must exist to build.
|
||||||
|
```
|
||||||
|
|
||||||
|
# To build the code:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cd src # make must be run from the src dir
|
||||||
|
make # builds all changed source files.
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user