Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simmctic
agent
Commits
7b29911d
Commit
7b29911d
authored
8 years ago
by
Clara Daia Hilgenberg Daru
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md with PRINT_JSON option
parent
784cd656
No related branches found
No related tags found
1 merge request
!51
Merge development to master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-2
7 additions, 2 deletions
README.md
with
7 additions
and
2 deletions
README.md
+
7
−
2
View file @
7b29911d
...
...
@@ -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 ..
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment