From 64f5ee32f6f63b407afc5e64167a61e6b25be5b3 Mon Sep 17 00:00:00 2001 From: RDR8 Date: Tue, 27 Feb 2018 06:12:52 +0000 Subject: [PATCH] Add some Linux path details. --- Compile-for-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-for-GNU-Linux.md b/Compile-for-GNU-Linux.md index 4a84d8e..fd1610a 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -30,7 +30,7 @@ Download the raylib repository from [Github](https://github.com/raysan5/raylib), **Warning:** if you want to compile a different type of library (static, ...), you must type `make clean` before the compiling. -Install the library to the standard directories, or remove it: +Install the library to the standard directories, `usr/local/lib` and `/usr/local/include`, or remove it: sudo make install # Static version. sudo make install RAYLIB_LIBTYPE=SHARED # Dynamic shared version.