From 5640acd03a4ad18adae80bad4c797960b3916dff Mon Sep 17 00:00:00 2001 From: RDR8 Date: Mon, 12 Feb 2018 04:45:34 +0000 Subject: [PATCH] Related to #464 --- Compile-for-GNU-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Compile-for-GNU-Linux.md b/Compile-for-GNU-Linux.md index 601f27c..67e35bf 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -56,6 +56,7 @@ If you want, you can install the library in the standard directories, or remove Just move to folder `raylib/examples/` and run: make PLATFORM=PLATFORM_DESKTOP + make RAYLIB_LIBTYPE=SHARED # Link to dynamic libraylib.so. To compile just one specific example: