mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-16 06:15:27 +01:00
17 lines
401 B
Markdown
17 lines
401 B
Markdown
Files for tbaMUD.
|
|
|
|
---
|
|
|
|
## To build
|
|
|
|
1. run configure: `./configure`
|
|
2. build the code: `cd src && make`
|
|
3. run the mud: `cd ..; bin/circle 1234`
|
|
4. connect via telnet to port 1234.
|
|
|
|
Read more in the doc/ folder
|
|
|
|
## To run the tests
|
|
|
|
1. clone the munit library into src/munit. It is registered as a submodule in git `git submodule init`
|
|
2. install the cmocka-library: `sudo apt install libcmocka-dev`
|