按照官方Wiki: https://wiki.libreelec.tv/index.php?title=Compile
获取代码 git clone https://github.com/LibreELEC/LibreELEC.tv.git
为RPi2编译 PROJECT=RPi DEVICE=RPi2 ARCH=arm make image
遇到问题:
http://mynixworld.info/2014/02/17/xmlparser-perl-module-required-intltool/
perl -e "require XML::Parser"
perl -e shell -MCPAN
install XML::Parser
最后重新编译