aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2025-04-02 01:19:12 +0300
committerkartofen <mladenovnasko0@gmail.com>2025-04-02 01:19:12 +0300
commitd29e07a0fe5fc187929f34a7d43c7e8c32b32367 (patch)
tree7046223d550af29e4a5a16f6847d2c805331b5e0
parenta029839617c0f45eddfa5e86ceb3ddeada30c450 (diff)
edit README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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=<path>` to set the output directory
* `PROD=1` to use the non-debug flags