From 40618c2ff1c18815741888674cc76c8ddc486300 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 2 Apr 2025 01:15:23 +0300 Subject: made building better and added README, everything else is very unfinished --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8209d24 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# MSGPACK + +This is a simple implementation of the MessagePack specification (`spec.md` in the tree) +This library uses on dynamic allocations + +### Usage + +See the api in `msgpack.h`, it is self-explanatory + +### Building + +This project use ninja and m4 macros, use `ninja` to build, with +options like: +`shared`, `static`, `header` for bulding to a usable library and +`test`to run the unit tests. + +To change paths and presets using `ninja configure` with an +appropriate environment variable: +`BIN=` to set the output directory +`PROD=1` to use the non-debug flags -- cgit v1.2.3