|
|
LinkBack | Konu Araçlarý | Bu Konuda Ara | Görünüm Modlarý |
01-01-2025, 04:37 PM | #1 |
How To Install OSCam on Ubuntu and Debian
How To Install OSCam on Ubuntu and Debian
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 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 |
|
|
|