mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 18:29:18 -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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user