From 71269996c5b71dd670e19957b195cb28c4a34b91 Mon Sep 17 00:00:00 2001 From: hristo Date: Fri, 26 Feb 2021 10:11:32 +0200 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- 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 d2df015..d737cc5 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -56,7 +56,7 @@ Building with cmake on Linux is easy, just use the following: git clone https://github.com/raysan5/raylib.git raylib cd raylib mkdir build && cd build -cmake -DSHARED=ON -DSTATIC=ON .. +cmake -DBUILD_SHARED_LIBS=ON .. make make install ```