This is OSCam: Open Source Cam. The base is MpCS version 0.9d. Thanks a lot to all the authors/contributors. Base code for videoguard2 support is from VDR-SC. Pointers -------- - svn repository: http://streamboard.gmc.to/svn/oscam - trac instance: http://streamboard.gmc.to:8001/oscam - wiki: http://streamboard.gmc.to:8001/oscam/wiki Get sources from SVN -------------------- svn co http://streamboard.gmc.to/svn/oscam/trunk oscam cd oscam Compile options --------------- Enable features: CS_ANTICASC - enable anti-cascading CS_LOGHISTORY - enable log history HAVE_DVBAPI - enable DVB API support Build with CMake (new solution for building) -------------------------------------------- mkdir build_dir cd build_dir cmake .. make Build with different toolchain (cross-compilation) -------------------------------------------------- cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-powerpc-tuxbox.cmake .. Change build parameters (on command line) ----------------------------------------- cmake -DCS_CONFDIR=/where/is/config/files .. cmake -DCMAKE_INSTALL_PREFIX=/where/to/installed .. cmake -DCS_CONFDIR=/where/is/config/files -DCMAKE_INSTALL_PREFIX=/where/to/installed .. Change build parameters (with interface) ---------------------------------------- ccmake .. Install ------- make install