Updated Compilation guide (Linux) (markdown)
parent
c15d8abc26
commit
3937ccb531
|
@ -1,10 +1,10 @@
|
||||||
Compilation on Linux and BSD does not have many surprises, as its foundation is Unix-based.
|
Compilation on Linux and BSD does not have many surprises, as its foundation is Unix-based.
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
SDL
|
**SDL**<br/>
|
||||||
libsnes
|
**libsnes**<br/>
|
||||||
pkg-config
|
**pkg-config**<br/>
|
||||||
Working OpenGL headers (should be included by default, but you might need to install libgl/mesa development packages)
|
Working OpenGL headers (should be included by default, but you might need to install libgl/mesa development packages)<br/>
|
||||||
|
|
||||||
### Optional dependencies
|
### Optional dependencies
|
||||||
libxml2 - For XML shaders and cheat support.<br/>
|
libxml2 - For XML shaders and cheat support.<br/>
|
||||||
|
|
Loading…
Reference in New Issue