Skip to content

Commit

Permalink
fix prerequisites
Browse files Browse the repository at this point in the history
Signed-off-by: Van Malleghem Antoine <[email protected]>
  • Loading branch information
avanmalleghem committed Sep 6, 2024
1 parent 12b6a15 commit e4e4bef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tutorials/23_depth_camera_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This example shows how to use the depth camera.

## Install prerequisites

In order to compile this tutorial, you need to install some prerequisites :

```{.sh}
sudo apt-get install build-essential freeglut3-dev libglew-dev
```

## Compile and run the example

Clone the source code, create a build directory and use `cmake` and `make` to compile the code:
Expand Down

0 comments on commit e4e4bef

Please sign in to comment.