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.
|
||||
|
||||
### Dependencies
|
||||
SDL
|
||||
libsnes
|
||||
pkg-config
|
||||
Working OpenGL headers (should be included by default, but you might need to install libgl/mesa development packages)
|
||||
**SDL**<br/>
|
||||
**libsnes**<br/>
|
||||
**pkg-config**<br/>
|
||||
Working OpenGL headers (should be included by default, but you might need to install libgl/mesa development packages)<br/>
|
||||
|
||||
### Optional dependencies
|
||||
libxml2 - For XML shaders and cheat support.<br/>
|
||||
|
|
Loading…
Reference in New Issue