LPlay is part of Project Open Channel. The LPlay plroject is a player for displaying different media on display(s). This can mean, for example, running a program loop on TVs.
Requirements:
· DevIL: Developer's Image Library. Installing libdevil-dev in debian should be enough.
· SDL: Simple DirectMedia Layer. Installing libsdl1.2-all in debian should be enough.
· SDL is not mandatory, it can be disabled by configuring LPlay with option --disable-sdl.
· FreeType 2: Software font engine. Installing libfreetype6-dev in debian should be enough.
Installation:
First run autogen.sh, example like this:
sh autogen.sh
Then configure. You can enable LPlay to print lots of debug
output by adding '--enable-debug' to configure.
./configure
And last compile and install LPlay:
make
make install
After this, you have LPlay properly installed on your system. See lplay(1) man page and LPlay websites for information how to start using LPlay.
Product's homepage