Psychopete Posted May 17, 2016 Posted May 17, 2016 Thanks for the hard work on Armbian. I finally got the EmulationStation GUI to run under OpenGL ES @ ~88fps on OrangePI PC.The trick was mostly building SDL2 from source and not installing it with apt-get per the instructions. Really want to avoid anything "mesa".IIRC, I configured SDL2 with a similar command before making:./configure --host=arm-linux-gnueabihf --disable-video-opengl Then building EmulationStation from source using:cmake -DGLSystem=OpenGL\ ES . make make installFWIW I did symlink some shared objects into /usr/lib/ (like libMali.so)Next is sorting out libretro stuff. 3
denzeed Posted May 9, 2017 Posted May 9, 2017 Hi! Did you got the emustation with retroarch on Armbian? If you did, can you write little manual/howto?
Recommended Posts