What's new

OScam Compile and install oscam with a terminal

Jankeskhan

Member
Messages
4
Joined
Aug 25, 2015
Reaction score
1
Points
3
  1. Compile and install oscam with a terminal

apt-get update
apt-get install build-essential
apt-get install libssl-dev libpcsclite-dev
apt-get install mercurial cvs subversion libncurses-dev
apt-get install cmake
apt-get install subversion
cd /usr/src
svn checkout
Please, Log in or Register to view URLs content!
oscam-svn
cd oscam-svn
sudo apt-get install cmake
cmake -DWEBIF=1 -DPCSC=1
make
cp oscam /usr/local/bin
make
cd ..
rm -rf oscam

4) les attributs d'oscam
cd /usr/local/bin
chmod 0777 oscam
5) Automatisation


sudo nano /etc/rc.local Ou vi
suddo vi /etc/rc.local
ajoute la ligne suivante :

/usr/local/bin/oscam -bavant la ligne "exit0"

Pour démarrer L'Oscam



cd /usr/local/bin


./oscam -b

Pour arrêter l'Oscam

cd /usr/local/bin


killall -9 oscam


pkill oscam
 

Lakromani

Member
Messages
13
Joined
Sep 14, 2015
Reaction score
7
Points
3
Can be shorten some by adding all apt-get to one line, and no need for cmake twice.

Code:
Please, Log in or Register to view codes content!
 

Lakromani

Member
Messages
13
Joined
Sep 14, 2015
Reaction score
7
Points
3
It was nothing wrong with it.

Her is an other version. This needs less program installed, and works fine on plaine Ubuntu.
Should work on most system.

Code:
Please, Log in or Register to view codes content!
If you are not root, type sudo before the commands.
 
Thread starter Similar threads Forum Replies Date
sondermannolaf Oscam 1
guli Oscam 2
Tube10000 Oscam 0

Top Bottom