add libsnes install stuff to readme.

This commit is contained in:
Themaister 2010-12-24 02:10:47 +01:00
parent caeefe01ee
commit 301303a83b

View File

@ -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>.