From d29e07a0fe5fc187929f34a7d43c7e8c32b32367 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 2 Apr 2025 01:19:12 +0300 Subject: edit README --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3b8b754..be096f3 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ See the api in `msgpack.h`, it is self-explanatory. This project use ninja and m4 macros (so both need to be installed), 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