From 8abca7493faabb079e6af79819a664754f49d38e Mon Sep 17 00:00:00 2001 From: Martin Pecka Date: Mon, 16 Sep 2024 03:20:33 +0200 Subject: [PATCH] 18_simple_demo_tutorial: Add Windows instructions Signed-off-by: Martin Pecka --- tutorials/18_simple_demo_tutorial.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tutorials/18_simple_demo_tutorial.md b/tutorials/18_simple_demo_tutorial.md index cf212cd8a..7fb573503 100644 --- a/tutorials/18_simple_demo_tutorial.md +++ b/tutorials/18_simple_demo_tutorial.md @@ -12,12 +12,19 @@ cd gz-rendering/examples/simple_demo mkdir build cd build cmake .. -make +# Linux +cmake --build . +# Windows +cmake --build . --config Release ``` Execute the example: ```{.sh} +# Linux ./simple_demo + +# Windows +.\Release\simple_demo ``` You'll see: