- Katılım
- 26 Ağu 2020
- Mesajlar
- 44
- Tepkime puanı
- 126
- Puanları
- 33
Ofline
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
cd /usr/src
svn checkout
sudo apt-get install dialog
wget
cd oscam-svn
svn patch ../oscam-emu.patch
./config.sh -g
sudo apt-get install cmake
cmake -DWEBIF=1 -DPCSC=1
make
cp oscam /usr/local/bin
cd ..
rm -rf oscam
cd /usr/local/bin
chmod 755 oscam
======================================================
oscam bin file is in the usr/local/bin folder.
Oscam bin dosyası usr/local/bin klasörünün içindedir.
apt-get install build-essential
apt-get install libssl-dev libpcsclite-dev
apt-get install mercurial cvs subversion libncurses-dev
apt-get install cmake
cd /usr/src
svn checkout
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
oscam-svnsudo apt-get install dialog
wget
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
cd oscam-svn
svn patch ../oscam-emu.patch
./config.sh -g
sudo apt-get install cmake
cmake -DWEBIF=1 -DPCSC=1
make
cp oscam /usr/local/bin
cd ..
rm -rf oscam
cd /usr/local/bin
chmod 755 oscam
======================================================
oscam bin file is in the usr/local/bin folder.
Oscam bin dosyası usr/local/bin klasörünün içindedir.