Version 1 (modified by w1ll14m, 6 months ago)

initial start on oscam howto for ziggo

This article describes how to build and configure oscam.

Make sure you have cmake and subversion installed, these are required for checking out and building oscam.

create the required directories

mkdir -p /opt/oscam/src/

Now we need to checkout the oscam source code using SVN

svn co http://oscam.ump2002.net/svn/oscam/trunk/ /opt/oscam/src/

Now we need to build oscam

cd /opt/oscam/src/
make