2018-11-14, 09:21
@garbear or any devs
EDIT: the scripts are working OK now. I have tested them with Kodi Leia RC1 in Debian unstable and everything works like a charm. Have a look at the instructions/documentation here.
I have created some scripts to easy the compilation of Kodi Leia in Linux, because the game binary addons (the libretro cores) are not available online and it takes only 20 minutes to grab the source code, build and enjoy your freshly baked Kodi.
The repository with the shell scripts and the documentation are here. Currently only Debian/Ubuntu is supported but I can add more distros on demand. The only script that changes from distro to distro is
Everything works fine with the exception of the libretro cores binary addons. To build the addons I execute:
All the binary addons are built, however there is no trace of the libretro binary addons.
Can you please help me? In return, if you give me write access to the Kodi Wiki I am willing to help with the Games documentation, particularly with Compiling Kodi-Game and Compiling game add-ons pages.
EDIT: the scripts are working OK now. I have tested them with Kodi Leia RC1 in Debian unstable and everything works like a charm. Have a look at the instructions/documentation here.
I have created some scripts to easy the compilation of Kodi Leia in Linux, because the game binary addons (the libretro cores) are not available online and it takes only 20 minutes to grab the source code, build and enjoy your freshly baked Kodi.
The repository with the shell scripts and the documentation are here. Currently only Debian/Ubuntu is supported but I can add more distros on demand. The only script that changes from distro to distro is
install-build-dependencies-debian.sh
.Everything works fine with the exception of the libretro cores binary addons. To build the addons I execute:
Code:
cd /home/kodi/kodi-source
make -j8 -C tools/depends/target/binary-addons PREFIX=/home/kodi/bin-kodi
All the binary addons are built, however there is no trace of the libretro binary addons.
Can you please help me? In return, if you give me write access to the Kodi Wiki I am willing to help with the Games documentation, particularly with Compiling Kodi-Game and Compiling game add-ons pages.