From 54ced21cb876cc15d92b09f3e8e3dbfa62343456 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 14 Feb 2021 10:16:19 -0800 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 7275e53..1ab325c 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -13,7 +13,7 @@ raylib already comes with ready-to-use makefiles and CMake system to compile sou If you want, you can use a different code editor (e.g. Visual Studio) or another compiler. -[@JeffM2510](https://github.com/jeffm2501) has made a guild to easy setup for visual studio using Premake. You can read the wiki page about it here. +[@JeffM2510](https://github.com/jeffm2501) has made a guide to easy setup for visual studio using Premake. You can read the wiki page about it here. https://github.com/raysan5/raylib/wiki/Easy-Raylib-Setup-for-Windows-with-Visual-Studio [@rfaile313](https://github.com/rfaile313) has made a complete guide for compiling raylib and setting up your first project that is IDE/Editor independent, meaning you can use any IDE or editor that you wish.