From 293a3f215740f720b9c3f919240865febf831fb7 Mon Sep 17 00:00:00 2001 From: Adrian Del Grosso <10929341+ad3154@users.noreply.github.com> Date: Sun, 27 Aug 2023 19:26:35 -0500 Subject: [PATCH] Add libxext-dev dependency to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f0b4bc..9ddb5f3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This project is built with CMake. Make sure you have all the dependencies installed. ``` -sudo apt install cmake build-essential libgl1-mesa-dev +sudo apt install cmake build-essential libgl1-mesa-dev libxext-dev ``` Clone the repo: