mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-24 16:19:18 -05:00
Updated Building examples (markdown)
@ -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:**
|
**Building raylib examples on Raspberry Pi:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user