Building Joker TV drivers and apps for Windows

Hello All,

Compile driver and apps under Windows OS

If you are looking for an already compiled (binary) drivers and apps please use this link.

If you are looking for compilation manual for Linux please use this link.

If you are looking for compilation manual for Mac(OSx) please use this link.

Preparing build environment (MSYS2)

Install MSYS2 from http://www.msys2.org/ first. You can choose 32 or 64 bit version. I will use 64-bit version only in this post for simplicity but you can use 32-bit version as well (just change all “32” to “64” and “x86_64” to “i686”). MSYS2 installs into ‘C:\msys64\’ by default.

Please start msys2 shell ‘C:\msys64\mingw64.exe’. Now we should install required software using package manager named ‘pacman’. Please run following commands:

pacman -Sy
pacman -S git make automake autoconf libtool mingw64/mingw-w64-x86_64-cmake mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-nsis libxml2-devel

Joker TV drivers and apps compilation

Now we have prepared MSYS2 build environment and can build Joker TV drivers and apps. Please start msys2 shell ‘C:\msys64\mingw64.exe’ and run following commands:

git clone https://github.com/aospan/libjokertv
cd libjokertv
mkdir build
cd build
cmake -G"MSYS Makefiles" ../
make
make package

After completion you can find resulting package ‘joker_tv-0.9.3-win64.zip’.

 

Leave a Reply

Your email address will not be published. Required fields are marked *