From 88cfe82b99df9b42267fc79979ab8def694f484a Mon Sep 17 00:00:00 2001 From: Eugene F Date: Thu, 20 Apr 2017 18:47:18 -0400 Subject: [PATCH] Added some info about getting MinGW tools into your PATH. Clarified the build process --- Compile-for-Windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Compile-for-Windows.md b/Compile-for-Windows.md index 9d55174..0c7afb9 100644 --- a/Compile-for-Windows.md +++ b/Compile-for-Windows.md @@ -6,7 +6,11 @@ If you want to use another code editor like Visual Studio or another compiler pa Just download raylib installer and run it. It installs Notepad++ and MinGW, custom versions for better integration with raylib. -NOTE: Make sure the following libs (and their headers) are accesible to the compiler (placed on right folders): +Add the bin path of raylib installer's GNU tools to your PATH environment variable. +_e.g. C:\raylib\MinGW\bin_ + + +NOTE: Make sure the following libs (and their headers) are accessible to the compiler (This should be taken care of after following the above steps): libglfw3.a - GLFW3 (static version) libopenal32.a - OpenAL Soft, audio device management