From d4923a20801e9cbf90a0be08490724895503a4d5 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 8 Jul 2025 21:47:41 +0200 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- Working-on-GNU-Linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 4bef5bc..5982a86 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -1,6 +1,6 @@ ## Dependencies -Raylib has several dependencies that you need in order to work with it. +raylib has several dependencies that you need in order to work with it. #### Install required tools You need a **GCC** (or alternative C99 compiler), **make** and **git** (to download raylib repo). @@ -38,7 +38,7 @@ Simply follow the instructions in that link and you will be done, you do not nee ## Building Library Manually -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. +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. This guide is for all GNU/Linux distros, just note that APT is used as package manager for Debian based distros. @@ -296,7 +296,7 @@ cd external/raylib-5.5/src/ make PLATFORM=PLATFORM_DESKTOP ``` -5. Now you can compile your project with Raylib. The simplest possible Makefile for this would be: +5. Now you can compile your project with raylib. The simplest possible Makefile for this would be: ```makefile RAYLIB ?= ./external/raylib-5.5/src/