mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +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:
|
||||
|
||||
- [libsnes](http://byuu.org/bsnes/)
|
||||
- GLFW
|
||||
- libsamplerate
|
||||
|
||||
@ -33,6 +34,16 @@ SSNES needs one of these audio driver libraries:
|
||||
- RSound
|
||||
- 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
|
||||
|
||||
SSNES configuring is done through editing <tt>config.h</tt> and <tt>config.mk</tt>.
|
||||
|
Loading…
Reference in New Issue
Block a user