Open RA (Open Red Alert) on RPI 4 -TEST - opengl 2.1
with new updates on mesa we will be able to use newer profiles of opengl..and this should run much better, right now Ive tried opengl 3.0 ES and it ...runs very bad (it literally hangs sometimes)
so, update sdl2 to have opengl 2.1 enable
alway clone on your desktop (open a terminal there)
git clone https://github.com/spurious/SDL-mirror
### sudo apt install git if you havent
cd SDL-mirror
./configure
make -j4
sudo make install
### remove sdl-mirror folder
I bet you already have lua and other deps on your raspbian, but if there are not installed by default, comment below.
git clone https://github.com/OpenRA/OpenRA
cd OpenRA
git reset --hard 91c6303
### the last line was because openra moved to opengl 3.0 as minimal on last weeks
make dependencies
make -j4
ls
./launchthegame (I dont remember the exact name, but you will note the name...)
more info
https://github.com/OpenRA/OpenRA/wiki/Compiling