From 5e086fc49745828b2fc9980b13b6f7e724262a76 Mon Sep 17 00:00:00 2001 From: Airbus5717 <55999379+Airbus5717@users.noreply.github.com> Date: Tue, 6 Jul 2021 13:14:31 +0300 Subject: [PATCH] adding `sudo` keyword for installing otherwise it is an error --- Working-on-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 880a1bb..172d753 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -58,7 +58,7 @@ cd raylib mkdir build && cd build cmake -DBUILD_SHARED_LIBS=ON .. make -make install +sudo make install ``` In case any dependencies are missing, cmake will tell you.