Categories: Uncategorized

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’.

Abylay Ospan

Share
Published by
Abylay Ospan

Recent Posts

  • EV
  • Solar

Floridian Unlimited – rollable solar panel for Electric Vehicles (EV)

I use "Floridian Unlimited" prototype in this video. 400W and 1000W models are planned. For instance, 1000W model can gives…

5 years ago
  • EV
  • Solar

Open Electric Car project

Open eCar Open Source Software for Electric Vehicle (EV) Open eCar project is open source software for electric car. The…

6 years ago
  • Uncategorized

Joker TV hardware functional testing with OpenHTF

Joker TV hardware functional testing with OpenHTF Functional Testing of PCBs is always used as a final manufacturing step. Functional…

6 years ago
  • Uncategorized

DTMB TS dumps (China)

Following TS dumps created on January 2018 in Changsha, Hunan Province, China. DTMB dump (722MHz) sands-722mhz.ts (50MB) This stream plays without problems…

6 years ago
  • Uncategorized

DVB-S/S2 blind scan with Joker TV

Hello everybody! This post describes satellite transponders (DVB-S/S2) blind scan with Joker TV’s universal USB DTV receiver.  Firstly, I will…

6 years ago
  • homepage
  • Uncategorized

High bandwidth USB Isochronous transfers

Hello everybody, this post describes data transfer over USB from Joker TV to a host using high bandwidth USB isochronous transfers…

6 years ago