From efe1e5fce47ef646b3123f7d8ae9f21e4c825d78 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 1 Sep 2024 11:09:11 -0700 Subject: [PATCH] Updated Working on macOS (markdown) --- Working-on-macOS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Working-on-macOS.md b/Working-on-macOS.md index e0565b7..411c637 100644 --- a/Working-on-macOS.md +++ b/Working-on-macOS.md @@ -1,3 +1,12 @@ +## 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 with Xcode This guide has been written using the following software: