diff --git a/README.md b/README.md index 9661da614d..ab32262042 100644 --- a/README.md +++ b/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. + - $ make library profile=performance (accuracy, compatibility are the other profiles. compatibility is a great choice for decent PCs. :D) + - # make prefix=/usr library-install + - # cp snes/libsnes/libsnes.hpp /usr/include/ + - ?!?! + - Profit! + # Configuring SSNES configuring is done through editing config.h and config.mk.