From f500a9bae22516ac878c3c92bf1a2523102897e1 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 27 Oct 2022 15:46:04 -0400 Subject: autotools --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8920abe..e29af61 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3