From 70017169616f76e8fa249f9a528e3ab1bcf32946 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 1 Sep 2024 11:10:15 -0700 Subject: [PATCH] Updated Quick Setup for Windows with Visual Studio 2022, GCC, or MinGW (markdown) --- ...-with-Visual-Studio-2022,-GCC,-or-MinGW.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md b/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md index e97c500..ad5aa3c 100644 --- a/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md +++ b/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md @@ -1,21 +1,14 @@ +## Raylib-Quckstart, the simple solution to get started quickly. +The quickstart is a cross platform template for all desktop platforms that will setup raylib automatically. -# raylib Setup using Premake5 -This is a simplified set of instructions for how to setup a project using premake. +https://github.com/raylib-extras/raylib-quickstart -## Video Tutorial -A video covering this process is here -https://youtu.be/--gI9083QnU +It works with many compilers on windows, linux and Mac OS. Works with makefiles, visual studio, and VSCode. -# Download this repository -Download the game premake repository from -https://github.com/raylib-extras/game-premake. -Download the zip file, or clone the repository. It doens't matter what one you use. -Rename the folder whatever you want. This will be the name of your game. +Simply follow the instructions in that link and you will be done, you do not need to use the rest of this document. -#(OPTIONAL) Get raylib -If you wish to use a specific version of raylib, follow the instructions below. If you want the current development version, skip this section and premake will download raylib for you. -## (OPTIONAL) Download raylib +## (Manual Setup) Download raylib Get the raylib sources from https://github.com/raysan5/raylib Download the zip file, or clone the repository. It doens't matter what one you use.