diff options
author | Cara Salter <cara@devcara.com> | 2022-10-27 15:46:04 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-10-27 15:46:04 -0400 |
commit | f500a9bae22516ac878c3c92bf1a2523102897e1 (patch) | |
tree | fbdc8528140ea749ad42add90982dd41fbb3515e /README.md | |
parent | f0f0efcafeec83850add53712eb463c8ff5ee9be (diff) | |
download | cmud-f500a9bae22516ac878c3c92bf1a2523102897e1.tar.gz cmud-f500a9bae22516ac878c3c92bf1a2523102897e1.zip |
autotools
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,3 +3,12 @@ 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`, 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. |