From 882f5752c7aaac8c0f3ad4ff7531c584d393b908 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Wed, 4 Sep 2024 17:37:11 -0700 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- Working-on-GNU-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 4b51326..8d08ecb 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -1,8 +1,10 @@ #Dependencies + Raylib as 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). + sudo apt install build-essential git #### Install required libraries