mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-28 04:58:48 +01:00
401 B
401 B
Files for tbaMUD.
To build
- run configure:
./configure - build the code:
cd src && make - run the mud:
cd ..; bin/circle 1234 - connect via telnet to port 1234.
Read more in the doc/ folder
To run the tests
- clone the munit library into src/munit. It is registered as a submodule in git
git submodule init - install the cmocka-library:
sudo apt install libcmocka-dev