OH HAHAH I FORGOT TO FINISH INSTALLING THE REST!
I have no idea why I just … stopped at just libsdl2. My apologies!
Thanks so much @r043v!
Here’s some instructions to get it installed.
sudo apt-get install libsdl2-mixer-dev libsdl2-dev
git clone https://github.com/pleft/abbayedesmorts-gpl.git
cd abbayedesmorts-gpl
make -j4
sudo make install
cd
sudo rm -r abbayedesmorts-gpl
abbayev2 is now installed in /usr/bin, meaning you can run it just by using the command “abbayev2”
Test it while in an SSH session, first typing export DISPLAY=:0
, then typing abbayev2
Afterwards, just have a script, pretty much anywhere containing.
#!/bin/bash
abbayev2
I put mine in the indie games folder. Here’s an example, with an icon I just whipped up.
You shouldn’t need to give it a chmod to make it executable.