mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
Updated Working on GNU Linux (markdown)
@ -1,8 +1,10 @@
|
|||||||
#Dependencies
|
#Dependencies
|
||||||
|
|
||||||
Raylib as several dependencies that you need in order to work with it.
|
Raylib as several dependencies that you need in order to work with it.
|
||||||
|
|
||||||
#### Install required tools
|
#### Install required tools
|
||||||
You need a **GCC** (or alternative C99 compiler), **make** and **git** (to download raylib repo).
|
You need a **GCC** (or alternative C99 compiler), **make** and **git** (to download raylib repo).
|
||||||
|
|
||||||
sudo apt install build-essential git
|
sudo apt install build-essential git
|
||||||
|
|
||||||
#### Install required libraries
|
#### Install required libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user