diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-04-02 01:18:49 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-04-02 01:18:49 +0300 |
commit | a029839617c0f45eddfa5e86ceb3ddeada30c450 (patch) | |
tree | 3b5bcce4577287d7f64027d30aa083ec566e302d | |
parent | 419fc315b4eb736bf267cef5a67f0c2b28e4bd16 (diff) |
edit README
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,10 +12,10 @@ 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. +* `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 +* `BIN=<path>` to set the output directory +* `PROD=1` to use the non-debug flags |