@ -18,17 +18,17 @@ Download the w64devkit zip file, unzip it and run W64Devkit.exe. that will give
*Note* that old MinGW (Not w64) from mingw.org will not work with raylib. You need to use MinGW-w64.
*Note* that old MinGW (Not w64) from mingw.org will not work with raylib. You need to use MinGW-w64.
## Game-Premake, the simple solution to get started quickly.
The game premake system is quite honestly the simplest way to get started on windows. It is a solution that uses premake to generate a build system specifically for raylib for you. It handles everything including setting up raylib.
## 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.