From 3bd33ae6fe236b92590105cbde306dc89802d046 Mon Sep 17 00:00:00 2001 From: LelixSuper Date: Thu, 4 Aug 2016 15:26:11 +0200 Subject: [PATCH] Add an important warning message --- Build-the-library-for-GNU-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build-the-library-for-GNU-Linux.md b/Build-the-library-for-GNU-Linux.md index d3abcfa..07e5707 100644 --- a/Build-the-library-for-GNU-Linux.md +++ b/Build-the-library-for-GNU-Linux.md @@ -40,6 +40,8 @@ First of all, you need to download raylib repository from Github; after you can make PLATFORM=PLATFORM_DESKTOP SHARED=YES # To make the dynamic shared version. make PLATFORM=PLATFORM_WEB # To make web version. +**Warning:** if you want to compile a different type of library (static, ...), you must type `make clean` before the compiling. + _NOTE:_ By default raylib is compiled for OpenGL 3.3 Core graphics API backend; to compile for OpenGL 1.1 graphics API just add `GRAPHICS=GRAPHICS_API_OPENGL_11` to the make command. If you want, you can install the library in the standard directories, or remove it: