What's new
Best Multics Exchange Forum

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Compile OScam Ubuntu / Debian PC / VPS Simple

Satshare

Administrator
Staff member
Joined
Jul 18, 2020
Messages
90
Reaction score
22
Points
8
Code:
1) apt-get update

2) apt-get install build-essential

3) apt-get install libssl-dev libpcsclite-dev

4) apt-get install mercurial cvs subversion libncurses-dev

5) apt-get install cmake

6) apt-get install subversion

7) cd /usr/src

8) svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn

9) cd oscam-svn

10) sudo apt-get install cmake

11) cmake -DWEBIF=1 -DPCSC=1

12) make

13) cp oscam /usr/local/bin

14) make

15) cd ..

16) rm -rf oscam



OScam attributes:



Code:
17) cd /usr/local/bin

18) chmod 755 oscam



Manual launch of OScam:



Code:
cd /usr/local/bin



./oscam -b



Automatic launch of OScam:



Code:
sudo nano /etc/rc.local



add the following line: /usr/local/bin/oscam -b

before the line: "exit"



To stop OScam:



Code:
cd /usr/local/bin



Code:
killall -9 oscam



O



Code:
pkill oscam





King regards. SERBIO.
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock