Project

General

Profile

Actions

Tvheadend oscam ziggo » History » Revision 1

Revision 1/27 | Next »
William Peters, 2010-03-14 12:50
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
}}}

Updated by William Peters over 14 years ago · 1 revisions