@ -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 <YOUR USER LOGIN SCRIPT>`
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 <YOUR USER LOGIN SCRIPT>`
# 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