From 81d611e006aa403a6134ca39e66d3af4bdd71bf2 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 1 Mar 2016 19:31:46 +0100 Subject: [PATCH] Updated Building examples (markdown) --- Building-examples.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Building-examples.md b/Building-examples.md index 1e1a156..a1fba82 100644 --- a/Building-examples.md +++ b/Building-examples.md @@ -1,14 +1,3 @@ -**Building raylib examples on Windows platforms:** - -_Step 1:_ Using MinGW make tool, just navigate from command line to `raylib/examples/` folder and type: - - mingw32-make PLATFORM=PLATFORM_DESKTOP - -NOTE: Make sure the following libs (and their headers) are accesible to the compiler (placed on right folders): - - libglfw3.a - GLFW3 (static version) - libglew32.a - GLEW, OpenGL extension loading, only required if using OpenGL 3.3 - libopenal32.a - OpenAL Soft, audio device management **Building raylib examples on Raspberry Pi:**