Updated Compilation guide (Linux) (markdown)

l3iggs 2014-06-15 10:41:00 -07:00
parent ef5c07e35b
commit 5caf44457c
1 changed files with 4 additions and 3 deletions

@ -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<br/>
pkgconfig<br/>
Working OpenGL headers (should be included by default, but you might need to install libgl/mesa development packages)<br/>
- 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.<br/>