Updated Working on GNU Linux (markdown)

Jeffery Myers
2024-09-04 17:37:11 -07:00
parent 3735fc4a51
commit 882f5752c7

@ -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