Building OSCam-emu from source
==============================
- Get the lastest oscam sources from SVN:
svn checkout [URL]http://www.streamboard.tv/svn/oscam/trunk[/URL] oscam-svn
- Save the oscam-emu.patch file:
wget [URL]https://github.com/oscam-emu/oscam-emu/raw/master/oscam-emu.patch[/URL]
- Go to oscam-svn directory:
cd oscam-svn
- Patch the source with the EMU patch:
patch -p0 < ../oscam-emu.patch
- OR: Instead of 'patch', you may also use 'svn patch':
svn patch ../oscam-emu.patch
- Put a SoftCam.Key file into the oscam-svn directory (for example from skystar.org)
Note: This does not apply for Mac OSX and Android, SoftCam.Key cannot be integrated on these systems at the moment.
- Run `./config.sh -g` to choose the features you want.
- Run `make` to compile OSCam.