From ea40f6d0f20bd6a2c55e594f0867854a22bfd18b Mon Sep 17 00:00:00 2001 From: Nikolas Date: Fri, 2 Apr 2021 18:04:09 +0200 Subject: [PATCH] Quick and dirty quick start section --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index f73aafa..a734fed 100644 --- a/Home.md +++ b/Home.md @@ -4,4 +4,8 @@ Welcome to the raylib wiki! Here you will find information about the raylib libr - The second section (*Development Platforms*) documents the specifics of compiling and using raylib on each of the supported platforms. - 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 + +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). + **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