Project

General

Profile

Tvheadend oscam ziggo » History » Version 1

William Peters, 2010-03-14 12:50
initial start on oscam howto for ziggo

1 1 William Peters
This article describes how to build and configure oscam.
2
3
Make sure you have cmake and subversion installed, these are required for checking out and building oscam.
4
5
create the required directories
6
7
{{{
8
mkdir -p /opt/oscam/src/
9
}}}
10
11
Now we need to checkout the oscam source code using SVN
12
13
{{{
14
svn co http://oscam.ump2002.net/svn/oscam/trunk/ /opt/oscam/src/
15
}}}
16
17
Now we need to build oscam
18
19
{{{
20
cd /opt/oscam/src/
21
make
22
}}}