SRB2 on Raspberry Pi!

legolloyd

Formerly LloydLuigi123 and Nookels
Hi there! do you have a raspberry pi? and the flatpak version is not working? No worries! I figures out a way to compile SRB2 on raspberry pi.
Proof-of-Concept video:
How to compile:
SRB2 on Pi:
#Install dependencies
sudo apt update
sudo apt upgrade
sudo apt install git build-essential p7zip libsdl2-dev screen
#Clone the git
git clone https://github.com/STJr/SRB2.git
#Go in the cloned folder
cd ~/SRB2
cd src
#Start compiling
make -j$(nproc) LINUX=1 NONX86=1
#Wait for it to finish
#Go in the folder that contains the game
cd ..
cd bin
cd Linux
cd Release
#Copy files to a folder for SRB2 (optional)
mkdir ~/srb2/
cp ~/SRB2/bin/Linux/Release/* ~/srb2/
cd ~/srb2/
#Download assets
wget https://files.pimylifeup.com/srb2/srb2-assets-2.2.9.7z
p7zip -d -f srb2-assets-2.2.9.7z
#Finally, run the game!
./lsdlsrb2
 
It goes like 5 fps and if I wanted to speak Spanish this is English but it is an achievement well done
 
:wink:if you make the screen resolution in options, video settings, set resolution, to 640 x 400 then it will run much faster.
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top