From 22c61dad85adc77d4a230a3520341ad90fade614 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sat, 16 Apr 2022 10:07:18 -0700 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- Working-on-GNU-Linux.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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