0% found this document useful (0 votes)
850 views1 page

How To Cross Compile Oscam Emu Using Simplebuild Method

This document provides instructions for cross-compiling OSCam EMU using the SimpleBuild method in 16 steps. It involves downloading the SimpleBuild script, installing it, adding toolchains for target platforms, configuring OSCam with the OSCam EMU patch selected, and building. Repeating from step 9 allows updating to the latest patch file before rebuilding.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
850 views1 page

How To Cross Compile Oscam Emu Using Simplebuild Method

This document provides instructions for cross-compiling OSCam EMU using the SimpleBuild method in 16 steps. It involves downloading the SimpleBuild script, installing it, adding toolchains for target platforms, configuring OSCam with the OSCam EMU patch selected, and building. Repeating from step 9 allows updating to the latest patch file before rebuilding.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

engineerkhan15

HOW TO CROSS COMPILE OSCAM EMU USING SIMPLEBUILD METHOD

1. Open Terminal.

2. Create a directory named “oscam-emu”. (optional)

mkdir oscam-emu

3. Go to “oscam-emu” directory.

cd oscam-emu

4. Create a directory named “simplebuild”.

mkdir simplebuild

5. Go to “simplebuild” directory.

cd simplebuild

6. Get simplebuild script.

wget ss4200.homelinux.com/oscam/simplebuild

7. Change attributes to 777.

chmod 777 simplebuild

8. Install simple build.

./simplebuild debinstall

9. Go to directory named “patches”. (needed to build oscam-emu)

cd patches

10. Get “oscam-emu.patch”. (needed to build oscam-emu)

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

12. Open Simplebuild menu.

./simplebuild menu

13. Add toolchains for the platforms one by one.

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.

You might also like