From 301303a83bdf6479b4b20ab5216c059993961df7 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 24 Dec 2010 02:10:47 +0100 Subject: [PATCH] add libsnes install stuff to readme. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.