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

  • Konuyu Başlatan Konuyu Başlatan abou ali
  • Başlangıç tarihi Başlangıç tarihi

abou ali

Active member
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
 
Geri
Üst