mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-30 04:41:51 +02:00
15 lines
305 B
Markdown
15 lines
305 B
Markdown
# 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.
|
|
```
|