How to - Oscam idiots guide compiling

  • IN TERMINAL AS A ROOT ISSUE FOLLOWING COMMANDS IN RED



    PACKAGES INSTALL
    ****************
    apt-get install proftpd gcc g++ make cmake bzip2 libpcsclite1 libpcsclite-dev subversion
    OR
    apt-get install gcc g++ cmake libpcsclite1 libpcsclite-dev subversion


    DRIVERS DOWNLOAD
    **************************
    cd /usr/src
    wget
    http://sourceforge.net/project…est/download?source=files
    tar xjvf libusb-1.0.8.tar.bz2 (if you missing bzip2 then - apt-get install bzip2 and repeat previous command)
    cd libusb-1.0.8
    ./configure --enable-shared=no
    make (if command not found then - apt-get install make and repeat previous command)
    make install


    DOWNLOAD OSCAM SOURCES AND COMPILE
    *******************************************************
    cd /usr/src
    svn co oscam - Revision 5352: /trunk oscam
    cd oscam
    mkdir buid
    cd build
    cmake .. (those two dots important, if WEBIF wanted then - cmake -DWEBIF=1 ..)
    (if command not found then - apt-get install cmake and repeat previous command)
    make


    NOW WE WILL COPY OSCAM TO /USR/LOCAL/BIN
    *****************************************
    cp oscam /usr/local/bin
    cd /usr/local/bin
    ls
    (oscam should be listed here. Next: )
    chmod 755 oscam
    (Before you start the server make sure you got all 3 oscam config files in /usr/local/etc directory.)


    (Don't delete compiling directories, so you can later easily update your oscam version)


    TO COMPILE LATEST VERSION NEXT TIME
    ************************************
    cd /usr/src
    svn co oscam - Revision 5352: /trunk oscam
    cd /usr/src/oscam/build
    cmake ..
    make


    then


    NOW WE WILL COPY OSCAM TO /USR/LOCAL/BIN
    *****************************************
    cp oscam /usr/local/bin
    cd /usr/local/bin
    ls
    (oscam should be listed here. Next: )
    chmod 755 oscam





    enjoy


    new2

    Dont forget to hit the thanks button!!!!!!!!!!!!!



    :41_002:



    Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, your use of the content, downloads and files, or any part thereof, is made solely at your own risk and responsibility. Viewing Pay TV without a valid subscription is illegal. !! Linuxsat-Support.com cannot be held responsible for the content of any information stored or posted on this forum.

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!