mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
add libsnes install stuff to readme.
This commit is contained in:
parent
caeefe01ee
commit
301303a83b
11
README.md
11
README.md
@ -18,6 +18,7 @@ C programming skills are not necessary to configure it (no programming involved)
|
|||||||
|
|
||||||
SSNES requires these libraries to build:
|
SSNES requires these libraries to build:
|
||||||
|
|
||||||
|
- [libsnes](http://byuu.org/bsnes/)
|
||||||
- GLFW
|
- GLFW
|
||||||
- libsamplerate
|
- libsamplerate
|
||||||
|
|
||||||
@ -33,6 +34,16 @@ SSNES needs one of these audio driver libraries:
|
|||||||
- RSound
|
- RSound
|
||||||
- OpenAL
|
- OpenAL
|
||||||
|
|
||||||
|
# Building libsnes
|
||||||
|
|
||||||
|
- Download bSNES source (link over).
|
||||||
|
- Add -fPIC to flags in Makefile.
|
||||||
|
- <tt>$ make library profile=performance</tt> (accuracy, compatibility are the other profiles. compatibility is a great choice for decent PCs. :D)
|
||||||
|
- <tt># make prefix=/usr library-install</tt>
|
||||||
|
- <tt># cp snes/libsnes/libsnes.hpp /usr/include/</tt>
|
||||||
|
- ?!?!
|
||||||
|
- Profit!
|
||||||
|
|
||||||
# Configuring
|
# Configuring
|
||||||
|
|
||||||
SSNES configuring is done through editing <tt>config.h</tt> and <tt>config.mk</tt>.
|
SSNES configuring is done through editing <tt>config.h</tt> and <tt>config.mk</tt>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user