diff --git a/tutorials/23_depth_camera_tutorial.md b/tutorials/23_depth_camera_tutorial.md index a1204ec9b..40712202c 100644 --- a/tutorials/23_depth_camera_tutorial.md +++ b/tutorials/23_depth_camera_tutorial.md @@ -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: