aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d8f43d26579e1c31a73493bb1c2e30547a93485d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CMUD

Experimenting with network programming in C by, how else, building a MUD engine.
This is a spiritual successor of `~muirrum/hakkardrs`, but that project never
really got off the ground.

## Dependencies
This project requires `argon2`, `pthread`, `libconfig`, and your preferred libc. Development
happens on a Gentoo x86 laptop with glibc.

## Building
Run `make dev` for a development symbols build, and `make main` for a non-debug
symbols build. `make dist` builds a tarball, and `make src` builds an src
tarball.