Skip to content

Commit

Permalink
fix prerequisites (#1054)
Browse files Browse the repository at this point in the history
Signed-off-by: Van Malleghem Antoine <[email protected]>
Signed-off-by: Antoine Van Malleghem <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
avanmalleghem and ahcorde authored Sep 9, 2024
1 parent 12b6a15 commit 3ee62e1
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 :

```bash
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 3ee62e1

Please sign in to comment.