legolloyd
If specified, this will replace the title that dis
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:
Proof-of-Concept video:
screen-capture.webm
drive.google.com
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