From 25c8e6d5f44827e58574d7a2e6e9408e86f20b42 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sat, 16 Apr 2022 10:15:23 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a734fed..92cb99b 100644 --- a/Home.md +++ b/Home.md @@ -5,7 +5,12 @@ Welcome to the raylib wiki! Here you will find information about the raylib libr - The last two sections (*IDE Configurations* and *Misc Help*) collect miscellaneous documents that each cover some specific topic related to raylib development (for example, creating SpriteFonts for use with raylib or configuring an external TFT on RaspberryPi). ## Quick start +### Premake +Premake is a very fast and easy way to setup a raylib project on windows and linux for GCC, MinGW, or Visual studio. -CMake is an easy way of building your raylib project on any platform. You can find instructions [here](https://github.com/raysan5/raylib/wiki/Working-with-CMake). +Instructions can be found here [Quick Setup](https://github.com/raysan5/raylib/wiki/Quick-Setup-for-windows-with-Visual-Studio-2019-2020-and-MinGW) + +### CMake +CMake also an easy way of building your raylib project on any platform. You can find instructions [here](https://github.com/raysan5/raylib/wiki/Working-with-CMake). **This wiki is open. Everyone is able (and welcome) to improve sections or add new pages, as required. Just, please, act responsibly :)** \ No newline at end of file