-
Notifications
You must be signed in to change notification settings - Fork 0
How deb file was created:
Frank Panduh edited this page Aug 25, 2019
·
4 revisions
[Setup Used]
- ProductName: Mac OS X
- ProductVersion: 10.14.6
- BuildVersion: 18G87
- Xcode 10.3
- Build version 10G8
Build steps used:
- git clone -b master_darwin-embedded-ATV https://github.com/fuzzard/xbmc kodi
- cd /kodi/tools/depends
- ./bootstrap
- ./configure --host=arm-apple-darwin --with-platform=tvos
- make -j$(getconf _NPROCESSORS_ONLN)
- cd $HOME/kodi
- make -C tools/depends/target/binary-addons
- cd $HOME/kodi
- make -C tools/depends/target/cmakebuildsys
- cd $HOME/kodi/build
- xcodebuild -target deb
Team-Kodi: @tregorek helped with an issue i ran into when compiling. so thank you @tregorek.