From fd79cf3ec8cd5e36364798d390a347a95440fa48 Mon Sep 17 00:00:00 2001 From: MaxBr5 <76851054+MaxBr5@users.noreply.github.com> Date: Tue, 24 Aug 2021 13:15:28 +0000 Subject: [PATCH] Just reduced choice for choosing is hard --- Working-on-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index e043bac..82c9e1a 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -4,11 +4,11 @@ ### ⚠️ Important: to use raylib on Windows you must compile the raylib library itself first. -You can either compile the [current repository](https://github.com/raysan5/raylib) or download a [release](https://github.com/raysan5/raylib/releases). +You can either compile the [current repository](https://github.com/raysan5/raylib) or download the [tcc version](https://github.com/raysan5/raylib/releases/download/3.5.0/raylib_installer_v350.tcc.exe). It is always recommended that you download a [release](https://github.com/raysan5/raylib/releases) as the repository is under constant development. -raylib already comes with ready-to-use makefiles and CMake system to compile source code, examples and templates. You can alternatively download the raylib [Windows Installer](https://github.com/raysan5/raylib/releases). +raylib already comes with ready-to-use makefiles and CMake build system to compile source code, examples and templates. You can alternatively download the raylib [Windows Installer](https://github.com/raysan5/raylib/releases/download/3.5.0/raylib_installer_v350.tcc.exe). The **raylib Windows Installer** comes with all the required tools to develop with raylib, those tools are: * C Compiler (TCC or MinGW) - To compile the code, it includes all required system libraries.