mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated Quick Setup for Windows with Visual Studio 2022, GCC, or MinGW (markdown)
@ -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.
|
||||
|
||||
## 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.
|
||||
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.
|
||||
|
||||
## (OPTIONAL) Download Raylib
|
||||
## (OPTIONAL) 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.
|
||||
|
||||
Reference in New Issue
Block a user