Jump to content


RevPir

Member Since 17 Apr 2009
Offline Last Active 27 Apr 2023 02:55
-----

#1162479 Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

Posted by RevPir on 8 February 2020 - 16:05

How i made:

 

sudo -s

cd /usr/src

git clone https://github.com/ag1455/OpenPLi-PC.git

cd OpenPLi-PC

 

I run scripts 1 ... 6 step by step, so:

 

./1_build_libs.sh 2>&1 | tee build_libs.log
./2_build_libxine.sh 2>&1 | tee build_libxine.log
./3_build_openpliPC.sh 2>&1 | tee build_openpliPC.log
./4_build_plugins.sh 2>&1 | tee build_plugins.log
./5_build_oscam.sh 2>&1 | tee build_oscam.log
./6_build_lirc.sh 2>&1 | tee build_lirc.log

 

Or if you want with all in one:

 

./0_INSTALL_ALL.sh 2>&1 | tee INSTALL_ALL.log