diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |