OSCam Kurulum & install - How To Install OSCam on Ubuntu and Debian | MULTiCS & OSCam EXCHANGE TÜRKFORUM®

OSCam Kurulum & install How To Install OSCam on Ubuntu and Debian

abou ali

Active member
Katılım
19 Haz 2020
Mesajlar
36
Tepkime puanı
228
Puanları
33
Ofline
How to Compile OScam IN Ubuntu

1) Prepair for compile with installing new needed packs:

sudo apt-get install build-essential
sudo apt-get install libssl-dev libpcsclite-dev
sudo apt-get install mercurial cvs subversion libncurses-dev
sudo apt-get install cmake

cd /usr/src
sudo svn co oscam

cd oscam
sudo cmake -DWEBIF=1 -DPCSC=1
sudo make

sudo cp oscam /usr/local/bin

cd ..
sudo rm -rf oscam

cd /usr/local/bin
sudo chmod 755 oscam


2) Oscam automatic startup with bootup
nano /etc/rc.local

add next line before the "exit0" line, /usr/local/bin/oscam -b -r2

3) in server edition type
sudo pico /etc/rc.local
 
Üst