48000 / libsdl2-rpifb

Repackage of libsdl2 for Raspbian "Stretch", compile for Raspberry Pi Frame Buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a quick-and-dirty rebuild of libsdl2 for raspbian (stretch), where I configured it for use with the raspberry pi's frame buffer and removed the X11 dependencies for use in lite installations.

The .deb packages are named libsdl2-rpifb. They install into the same paths as the real libsdl2, so you cannot install both simultaneously.

See my other notes http://blog.shahada.abubakar.net/post/hardware-accelerated-sdl-2-on-raspberry-pi.

Pre-build .debs are available (for libsdl2 and libsdl2-ttf only (for now)):
- wget -O- http://repo.shahada.abubakar.net/pubkey.asc | sudo apt-key add -
- cd /etc/apt/sources.list.d
- sudo wget http://repo.shahada.abubakar.net/repo.shahada.abubakar.net.sources.list
- sudo apt-get update
- sudo apt-get install libsdl2-rpifb libsdl2-rpifb-ttl
- sudo apt-get install libsdl2-rpifb-dev libsdl2-rpifb-ttl-dev

About

Repackage of libsdl2 for Raspbian "Stretch", compile for Raspberry Pi Frame Buffer


Languages

Language:C 82.9%Language:Shell 6.6%Language:Objective-C 4.1%Language:C++ 3.3%Language:CMake 0.9%Language:Makefile 0.7%Language:Java 0.6%Language:M4 0.5%Language:Perl 0.1%Language:JavaScript 0.1%Language:PowerShell 0.1%Language:HTML 0.1%Language:Roff 0.0%Language:Python 0.0%Language:Batchfile 0.0%