From c1328f2fb44c3e8ff69e8166067d765e00053263 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 4 Aug 2018 21:20:28 +0200 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index cafe164..0a8095c 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -1,6 +1,6 @@ ## Building Library -To build your raylib game for GNU/Linux you need to download raylib git repository. raylib already comes with ready-to-use makefiles and CMake system to compile source code, examples and templates. +To build your raylib game for Windows you need to download raylib git repository. raylib already comes with ready-to-use makefiles and CMake system to compile source code, examples and templates. You can alternative download *raylib Windows Installer*. **raylib Windows Installer** comes with all the required tool to develop with raylib, those tools are: * C Compiler (TCC or MinGW) - To compile the code, it includes all required system libraries.