andreas-volz / jivelite

Community logitech media server control application

Home Page:https://sourceforge.net/projects/lmsclients/files/jivelite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jivelite

Community logitech media server control application

This fork adds meson/ninja build files and removes local included library dependancies.

Setup build directory:

meson setup build

Configure options (e.g. prefix)

meson configure build -Dprefix=/usr

Build the source code

ninja -C build

In case you like to run jivelite without installing link the resources correct to the binary -> only suggested for developing jivelite itself

ln -s pwd/share pwd/build/share

Install:

ninja -C build install

Install with relative dir:

DESTDIR=/tmp/jivelite ninja -C build install

Maintainer information

Debian/Ubuntu build information and dependancies are maintained in .travis.yml which configures the Travis CI check.

About

Community logitech media server control application

https://sourceforge.net/projects/lmsclients/files/jivelite/

License:Other


Languages

Language:Lua 65.0%Language:C 25.9%Language:HTML 8.1%Language:Makefile 0.5%Language:Shell 0.4%Language:CMake 0.1%Language:Meson 0.0%Language:CSS 0.0%Language:Perl 0.0%