From ca37cf0c87ba1168ee85b4a5f0e3ddcf916be718 Mon Sep 17 00:00:00 2001 From: Martin Pecka Date: Mon, 16 Sep 2024 15:21:14 +0200 Subject: [PATCH] 18_simple_demo_tutorial: Add Windows instructions (#1061) 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: