From 90a533c915c3a853055c7c819db5bf7b3f31ce13 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sat, 16 Apr 2022 10:05:03 -0700 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index fd1994e..1c4ef0a 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -1,5 +1,11 @@ ## Building raylib on Windows +## Simple Setup using Preamke +The fastest way to get a game setup on windows with MinGW or Visual Studio is to use premake. +See https://github.com/raylib-extras/game-premake for instructions +Or the Video tutorial here +https://www.youtube.com/watch?v=oHIh01L6xQQ + #### Installing and building raylib via vcpkg You can download and install raylib using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: