Skip to content
Snippets Groups Projects
Commit 7b29911d authored by Clara Daia Hilgenberg Daru's avatar Clara Daia Hilgenberg Daru
Browse files

Update README.md with PRINT_JSON option

parent 784cd656
No related branches found
No related tags found
1 merge request!51Merge development to master
......@@ -58,6 +58,11 @@ at something that was already corrected, run
inside the `build` directory and cmake again.
### building and compiling ###
As above.
When compiling and executing the agent locally, in order to see the resulting
JSON objects, run cmake with the option `PRINT_JSON`
TODO: add DEBUG or DEV option.
$ cmake -DPRINT_JSON=ON ..
You may also set the `Debug` flag if using gdb
$ cmake -DCMAKE_BUILD_TYPE=Debug -DPRINT_JSON=ON ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment