From e7639b220f90d4b579c16f279593a5a507a4e495 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 25 May 2022 23:40:46 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Home.md b/Home.md index 4f22927..4149e80 100644 --- a/Home.md +++ b/Home.md @@ -5,10 +5,6 @@ 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. - -Instructions can be found here: [Quick Setup](https://github.com/qingfengmu/game-premake) ### CMake CMake is 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).