From 04ae66be22a1125ff82327128226ab53255f3f7c Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 9 May 2018 10:27:53 +0200 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- Working-on-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 6d43aec..0955a1e 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -2,7 +2,7 @@ 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 (I will use APT as package manager, for Debian based distros). +This guide is for all GNU/Linux distros, just note that APT is used as package manager for Debian based distros. ### Install basics and useful packages You will need a **GCC** (or alternative C99 compiler), **make** and **git** (to download raylib repo).