From f620b1937b7812d15ca32bb659da467165e9b7f2 Mon Sep 17 00:00:00 2001 From: mandar1jn <49076509+mandar1jn@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:53:52 +0100 Subject: [PATCH] now listing the actual correct dependancies --- Working-on-Chrome-OS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Chrome-OS.md b/Working-on-Chrome-OS.md index c80e21e..c2876c5 100644 --- a/Working-on-Chrome-OS.md +++ b/Working-on-Chrome-OS.md @@ -18,7 +18,7 @@ Optionally, you could use **CMake** building system. #### Install required libraries For raylib to compile, you will need some additional libraries installed - sudo apt install mesa-common-dev libx11-dev libgl1-mesa-dev + sudo apt install libx11-dev xorg-dev ### Build raylib using make You can compile three different types of raylib library: