Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Compiling Oscam on Linux Ubuntu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uttnls
    • Sep 2024

    Compiling Oscam on Linux Ubuntu

    Install needed packages from here:



    To compile Oscam from trunk using latest SVN version:

    Code:
    cd /usr/src
    svn co http://www.oscam.to/svn/oscam/trunk oscam
    cd oscam
    mkdir build
    cd build
    cmake ..
    make

    To compile Oscam from trunk using specific SVN version:

    Code:
    cd /usr/src
    svn co http://www.oscam.to/svn/oscam/trunk oscam-svn -r ***x
    cd oscam
    mkdir build
    cd build
    cmake ..
    make
    To compile Oscam using latest stable version 1.00:

    Code:
    cd /usr/src
    svn co -r 3146 http://www.oscam.to/svn/oscam/tags/1.00 oscam-1.00
    cd oscam
    mkdir build
    cd build
    cmake ..
    make
  • Gennar1
    Senior Member
    • Sep 2011
    • 113

    #2
    Re: Compiling Oscam on Linux Ubuntu

    The SVN repository has been moved to _http://www.oscam.to/svn/oscam/trunk so for example the command to clone the repo becomes:

    Code:
    svn co http://www.oscam.to/svn/oscam/trunk oscam
    With this change, the instructions in the original post works perfectly.

    Comment

    • uttnls

      #3
      Re: Compiling Oscam on Linux Ubuntu

      Originally posted by Gennar1
      The SVN repository has been moved to _http://www.oscam.to/svn/oscam/trunk so for example the command to clone the repo becomes:

      Code:
      svn co http://www.oscam.to/svn/oscam/trunk oscam
      With this change, the instructions in the original post works perfectly.
      You are right about that, i have updated the original post !

      Comment

      • senad78
        Experienced Board Member
        • Jan 2011
        • 852

        #4
        Re: Compiling Oscam on Linux Ubuntu

        oscam-svn6226-i386-pc-linux

        oscam-svn6226-i386-pc-linux-webif-ssl-libusb-pcsc-Distribution.tar.gz
        oscam-svn6226-i386-pc-linux-webif-ssl-libusb-Distribution.tar.gz
        oscam-svn6226-i386-pc-linux-webif-libusb-Distribution.tar.gz
        oscam-svn6226-i386-pc-linux-webif-libusb-pcsc-Distribution.tar.gz

        Code:
        [url]http://hero-share.com/download/10493665/oscam-svn6226-i386-pc-linux.rar.html[/url
        ]

        Comment

        • senad78
          Experienced Board Member
          • Jan 2011
          • 852

          #5
          Re: Compiling Oscam on Linux Ubuntu

          oscam-svn6302-i386-pc-linux

          oscam-svn6302-i386-pc-linux-webif-ssl-libusb-pcsc-Distribution.tar.gz
          oscam-svn6302-i386-pc-linux-webif-ssl-libusb-Distribution.tar.gz
          oscam-svn6302-i386-pc-linux-webif-libusb-Distribution.tar.gz
          oscam-svn6302-i386-pc-linux-webif-libusb-pcsc-Distribution.tar.gz

          oscam-svn6302-i386-pc-linux.zip


          Code:
          http://herosh.com/download/10564739/oscam-svn6302-i386-pc-linux.zip.html

          Comment

          • ponycosis
            Newbie
            • Jan 2012
            • 3

            #6
            Re: Compiling Oscam on Linux Ubuntu

            Is there a script to update the files and start and restart Oscam? If so, where and in which is located directory (folder) to set the script?

            Comment

            Working...