How To Cross Compile Oscam Emu Using Simplebuild Method
How To Cross Compile Oscam Emu Using Simplebuild Method
1. Open Terminal.
mkdir oscam-emu
3. Go to “oscam-emu” directory.
cd oscam-emu
mkdir simplebuild
5. Go to “simplebuild” directory.
cd simplebuild
wget ss4200.homelinux.com/oscam/simplebuild
./simplebuild debinstall
cd patches
wget https://github.com/oscam-emu/oscam-emu/raw/master/oscam-emu.patch
11. Get back to the main “simplebuild” directory. (only needed if you undergone through steps 9-10)
cd ..
./simplebuild menu
14. Use various menus to configure oscam and build it. Don’t forget to select patch option while configuring
the oscam in the menu if you want to compile oscam-emu. Use spacebar to select or unselect an option.
15. Use following commands only to compile oscam-emu again if you have already setup simplebuild once.
cd oscam-emu
cd simplebuild
./simplebuild menu
16. If you want to use the latest “oscam-emu.patch” available online, then delete the old “oscam-emu.patch”
file from the patches directory and repeat the steps from steps 9 to 14.