From 4aa17323a6d70c4a71f2bae5a879ffa5b5b5c744 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Fri, 17 Nov 2023 08:34:13 -0800 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 92c9ca8..8be428e 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -14,8 +14,9 @@ This is an open source C/C++ toolchain that is very lightweight. The best way to https://github.com/skeeto/w64devkit/release Download the w64devkit zip file, unzip it and run W64Devkit.exe. that will give you a terminal that is ready to go. -## Game_Premake, the simple solution to get started quickly. -The game premake system is quite honestly the simplest way to get started on windows. +## Game-Premake, the simple solution to get started quickly. +The game premake system is quite honestly the simplest way to get started on windows. It is a solution that uses premake to generate a build system specifically for raylib for you. It handles everything including setting up raylib. + https://github.com/raylib-extras/game-premake It works with many compilers on windows, linux and mac OS.