Skip to content

Commit

Permalink
18_simple_demo_tutorial: Add Windows instructions (#1061)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <peci1@seznam.cz>
  • Loading branch information
peci1 authored Sep 16, 2024
1 parent 9c9934f commit ca37cf0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tutorials/18_simple_demo_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca37cf0

Please sign in to comment.