From ee2220c16d8435ec377299d494c6d3daf964c9d1 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Sat, 14 Sep 2024 00:24:09 +0000 Subject: [PATCH] Add note about install packages Signed-off-by: Ian Chen --- tutorials/23_depth_camera_tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/23_depth_camera_tutorial.md b/tutorials/23_depth_camera_tutorial.md index 40712202c..6ea8ab04e 100644 --- a/tutorials/23_depth_camera_tutorial.md +++ b/tutorials/23_depth_camera_tutorial.md @@ -2,9 +2,9 @@ This example shows how to use the depth camera. -## Install prerequisites +## Install prerequisites (Ubuntu) -In order to compile this tutorial, you need to install some prerequisites : +In order to compile this tutorial, you need to install some prerequisites: ```bash sudo apt-get install build-essential freeglut3-dev libglew-dev