Up to date instructions on rebuilding native?

Ok thanks.

Thus far I have figured out

git clone https://github.com/RasPlex/RasPlex.git
cd RasPlex
git submodule init
git submodule update --remote --recursive
cd OpenELEC.tv
PROJECT=RPi2 ARCH=arm DISTRO=RasPlex make release

And its building… something. Will wait and see what :o)