From 5caf44457c8dd6c4ec0caba8f4417ad4ab287d59 Mon Sep 17 00:00:00 2001 From: l3iggs Date: Sun, 15 Jun 2014 10:41:00 -0700 Subject: [PATCH] Updated Compilation guide (Linux) (markdown) --- Compilation-guide-(Linux).md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Compilation-guide-(Linux).md b/Compilation-guide-(Linux).md index 38b8130..dec866b 100644 --- a/Compilation-guide-(Linux).md +++ b/Compilation-guide-(Linux).md @@ -1,9 +1,10 @@ Compilation on Linux and BSD does not have many surprises, as its foundation is Unix-based. ### Dependencies -At least one libretro implementation
-pkgconfig
-Working OpenGL headers (should be included by default, but you might need to install libgl/mesa development packages)
+- At least one libretro implementation +- pkgconfig +- Working OpenGL headers (should be included by default, but you might need to install libgl/mesa development packages) +- zlib-devel ### Optional dependencies libxml2 - For XML shaders and cheat support.