Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 891 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 891 Bytes

joker-player project

Qt based player application for Joker TV card (https://tv.jokersys.com). Supported platforms: Linux, Mac OSx, Win32/64

(c) Abylay Ospan [email protected], 2017

(c) Ernst Maurer [email protected], 2017

LICENSE: GPLv2

Minimal build requirements

Compilation

mkdir build
cd build
cmake ../
make

Run

./src/joker-player

Build hints

Specify custom Qt installation folder before running cmake:

export CMAKE_PREFIX_PATH="/opt/qt/5.9.1/gcc_64/lib/cmake"

or for OSx:

export CMAKE_PREFIX_PATH="/usr/local//Cellar/qt/5.9.2/lib/cmake"