I was wondering if this indeed is the correct way to compile the last/latest libreelec 8.2.5, this is what I did:
------------------------------------------------------
Ubuntu (16.x) preparations
------------------------------------------------------
sudo apt update && sudo apt upgrade
sudo apt install gcc make git unzip wget xz-utils
sudo dpkg-reconfigure dash
------------------------------------------------------
Had some Perl errors earlier on, so...
------------------------------------------------------
------------------------------------------------------
Github cloning (and reverse to 8.2.5)
------------------------------------------------------
cd ~
git clone https://github.com/LibreELEC/LibreELEC.tv.git -b libreelec-8.2 LibreELEC.tv.8.2.5
cd ~/LibreELEC.tv.8.2.5
git checkout 8.2.5
git reset --hard 0beeae9
Branch librelec-8.2:
Latest Commit =0beeae9
Merge Pull Request #2648
------------------------------------------------------
Compile LE825
------------------------------------------------------
.
This does seem to work and function, I was just wondering if I got it the right way, I mean like the correct branch/checkout for the absolute latest/current (stable) libreelec 8.2.5 version.
Kind regards