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