From b5188ed5202a5387e057778748f860fd6428a1ff Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 1 Sep 2024 11:09:28 -0700 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- Working-on-GNU-Linux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 96d665e..10767c2 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -1,3 +1,13 @@ +## 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. + +https://github.com/raylib-extras/raylib-quickstart + +It works with many compilers on windows, linux and Mac OS. Works with makefiles, visual studio, and VSCode. + +Simply follow the instructions in that link and you will be done, you do not need to use the rest of this document. + + ## Building Library To build your raylib game for GNU/Linux you need to download raylib git repository. raylib already comes with ready-to-use makefiles and CMake system to compile source code, examples and templates.