diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index fdb9625..ff62eec 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -158,3 +158,11 @@ Next all you need to do is either specify that install path in the makefile or s You can append this command to the end of your `~/.bashrc` or `~/.zshrc` or other user login script, to make the change permanent. If you do so you'll be able to compile right away after you relogin. If you don't want to relogin just run `source ` +# Simple setup using Premake +The fastest way to get a game setup on with GCC, MinGW or Visual Studio is to use premake. + +See https://github.com/raylib-extras/game-premake for instructions + +Or watch the video tutorial here + +https://www.youtube.com/watch?v=oHIh01L6xQQ