From 3ee62e1aae6ce9dc984f894107e92bf04403878c Mon Sep 17 00:00:00 2001 From: Antoine Van Malleghem Date: Mon, 9 Sep 2024 10:10:27 +0200 Subject: [PATCH] fix prerequisites (#1054) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Van Malleghem Antoine Signed-off-by: Antoine Van Malleghem Co-authored-by: Alejandro Hernández Cordero --- tutorials/23_depth_camera_tutorial.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: