Building Joker TV drivers and apps for Mac (OSx)

Hello All,

Compile driver and apps under Mac (OSx)

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 Windows please use this link.

Preparing build environment (brew)

Install brew using following command

/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

Install required packages

brew install cmake autoconf automake libtool

Joker TV drivers and apps compilation

Now we have prepared brew build environment and can build Joker TV drivers and apps

git clone https://github.com/aospan/libjokertv
cd libjokertv
mkdir build
cd build
cmake ../
make
make package

After completion you can find resulting package ‘joker_tv-1.2.0-Darwin.tar.gz’.

 

Leave a Reply

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