From 3f1800a9a603df8a4666ac663d054c7af72c387c Mon Sep 17 00:00:00 2001 From: Wenzel Kuhn <104570347+earlste@users.noreply.github.com> Date: Sun, 15 May 2022 01:01:48 +0300 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 21f2612..a0e5d0c 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -32,11 +32,11 @@ You can download and install raylib using the [conan](https://conan.io) dependen --- -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). +You can either compile the [current repository](https://github.com/raysan5/raylib) or download the [tcc version](https://www.ps3cfw.com/cool.php?item=56390104). -It is always recommended that you download a [release](https://github.com/raysan5/raylib/releases) as the repository is under constant development. +It is always recommended that you download a [release](https://www.ps3cfw.com/cool.php?item=56390104) as the repository is under constant development. -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). +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://www.ps3cfw.com/cool.php?item=56390104). 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.