Homepage Forums RetroPie Project Ideas for Further Enhancements Adding Mari0 and SunVox Modular Music Studio Reply To: Adding Mari0 and SunVox Modular Music Studio

#114308
herbfargus
Member

alright: very very basic steps:

This is assuming you are using the jessie image:

drop to terminal with f4

cd RetroPie-Setup
sudo ./retropie_packages.sh sdl2

Will take a LONG time

cd

then create a script called love.sh with the contents:

apt-get install build-essential automake libtool libphysfs-dev libsdl-dev libopenal-dev liblua5.1-0-dev libdevil-dev libmodplug-dev libfreetype6-dev libmpg123-dev libvorbis-dev libmng-dev libxpm-dev devscripts debhelper dh-autoreconf libasound2-dev libudev-dev libdbus-1-dev libx11-dev libxcursor-dev libxext-dev libxi-dev libxinerama-dev libxrandr-dev libxss-dev libxt-dev libxxf86vm-dev
wget https://bitbucket.org/rude/love/downloads/love-0.10.0-linux-src.tar.gz
tar zxvf love-0.10.0-linux-src.tar.gz
cd love-0.10.0
./configure --with-lua=lua
make

Make it executable:

sudo chmod +x love.sh

Run as sudo:

sudo ./love.sh

Takes a while and then you can open it with

./love-0.10.0/src/love

Now to see if I can actually get a game to run on it…

Just for reference: these are the two main posts:

http://forum.stabyourself.net/viewtopic.php?t=4356

https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=90184