Updated Working on GNU Linux (markdown)

master
Jeffery Myers 3 years ago
parent
commit
22c61dad85
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      Working-on-GNU-Linux.md

+ 8
- 0
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 <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
Or watch the video tutorial here
https://www.youtube.com/watch?v=oHIh01L6xQQ

Loading…
Cancel
Save