Files
grenzland-mud/README.md
2024-06-21 00:22:15 +02:00

14 lines
315 B
Markdown

Files for tbaMUD.
---
## To build
1. clone the munit library into src/munit. It is registered as a submodule in git `git submodule init`
2. run configure: `./configure`
3. build the code: `cd src && make`
4. run the mud: `cd ..; bin/circle 1234`
5. connect via telnet to port 1234.
Read more in the doc/ folder