You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a from source installation on Windows, the example is not trivial to build on Windows without the CMakeLists.txt. Need to patch the documentation to use the examples directory CMakeLists.txt.
We could benefit from moving the building commands to use platform independent cmake equivalents: i.e: cmake .. -> cmake -S . -B build/ -D CMAKE_BUILD_TYPE=Release && make -> cmake --build build/.
One liners need to be changed: set "GZ_TRANSPORT_TOPIC_STATISTICS=1" && example\build\Release\publisher.exe
Configuration
Links
Process
Step 1 - Instructions work
Step 2 - Images (if there are any) match the result
The text was updated successfully, but these errors were encountered: