How To Compile Oscam Emu For Android Along With Oscam Manager APK

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

How to Compile Oscam Emu for Android in Ubuntu 16.

04 64 Bit
mkdir osebuild

cd osebuild

wget https://raw.githubusercontent.com/su-mak/osebuild/master/OSEbuild.sh

chmod 755 OSEbuild.sh

./OSEbuild.sh –help

./OSEbuild.sh install

wget -c http://mirrors.kernel.org/ubuntu/pool/main/b/bzip2/lib32bz2-1.0_1.0.6-5_amd64.deb

sudo dpkg -i lib32bz2-1.0_1.0.6-5_amd64.deb

sudo apt-get install libc6-i386

./OSEbuild.sh install

./OSEbuild.sh

You might also like