i have some question because i am stuck i have download libreelec from git i have a zip package and have add files for my box know i wanna compile the package how to make a zip update package from this folder?
compile libreelec
-
mickey -
December 11, 2016 at 1:13 PM -
Thread is Unresolved
-
-
Have you read the wiki? Compile - LibreELEC
You really should start there if you want to compile by yourself. -
Have you read the wiki? Compile - LibreELEC
You really should start there if you want to compile by yourself.yes only get Your system lacks the following tools needed to build LibreELEC ****
gperf makeinfo lzop g++ xsltproc /usr/include/ncurses.h
**** You seem to use a linuxmint system ****
**** unsupported distro linuxmint ****
Makefile:12: recipe for target 'image' failed
make: *** [image] Error 1 -
Install those packages by hand?
-
Install those packages by hand?maybe i am do something wrong i trying to compile from terminal this for running in libreelec
-
You are using unsupported distro (linuxmint) and some packages are missing. Because those packages (gperf makeinfo lzop ...) can't be installed automatically from a build scripts you need to install it by hand on your system. And then build process will work.
-
You are using unsupported distro (linuxmint) and some packages are missing. Because those packages (gperf makeinfo lzop ...) can't be installed automatically from a build scripts you need to install it by hand on your system. And then build process will work.oke thanks i give it a try