Updated Quick Setup for Windows with Visual Studio 2022, GCC, or MinGW (markdown)

Ray
2022-05-04 11:22:34 +02:00
parent f8f907b306
commit 5f0b390105

@ -1,5 +1,5 @@
# Raylib Setup using Premake5 # raylib Setup using Premake5
This is a simplified set of instructions for how to setup a project using premake. This is a simplified set of instructions for how to setup a project using premake.
## Video Tutorial ## Video Tutorial
@ -12,10 +12,10 @@ https://github.com/raylib-extras/game-premake/tree/no_edit
Download the zip file, or clone the repository. It doens't matter what one you use. 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. Rename the folder whatever you want. This will be the name of your game.
#(OPTIONAL) Get Raylib #(OPTIONAL) Get raylib
If you wish to use a specific version of raylib, follow the instructions below. If you want the current developmetn version, skip this section and premake will download raylib for you. If you wish to use a specific version of raylib, follow the instructions below. If you want the current developmetn version, skip this section and premake will download raylib for you.
## (OPTIONAL) Download Raylib ## (OPTIONAL) Download raylib
Get the raylib sources from Get the raylib sources from
https://github.com/raysan5/raylib https://github.com/raysan5/raylib
Download the zip file, or clone the repository. It doens't matter what one you use. Download the zip file, or clone the repository. It doens't matter what one you use.