Posts: 636
Joined: May 2017
Reputation:
23
kambala
Team-Kodi Member
Posts: 636
the make -C command must be issued in the root source directory, are you doing it right?
Posts: 265
Joined: Dec 2010
Reputation:
1
I read it and I also tried the option to build specific addon such as the following. What does build all add-on automatically mean?
make -C tools/depends/target/cmakebuildsys CMAKE_EXTRA_ARGUMENTS="-DENABLE_XCODE_ADDONBUILD=ON -DADDONS_TO_BUILD='audioencoder.flac pvr.hts'"
Generate Xcode project to build all add-ons automatically:
make -C tools/depends/target/cmakebuildsys CMAKE_EXTRA_ARGUMENTS="-DENABLE_XCODE_ADDONBUILD=ON"
Posts: 584
Joined: Oct 2017
Reputation:
85
Fuzzard
Team-Kodi Member
Posts: 584
ENABLE_XCODE_ADDONBUILD=ON just add-ons a target to the generated Xcode project, so you can select to build inside Xcode. Prior to that you had to build add-ons outside of Xcode using make and the binary-addons target prior to building kodi in xcode
Posts: 265
Joined: Dec 2010
Reputation:
1
I will try this again later when I get home. Is there a command that will build all the addons and include in build? I am trying to see if this will fix the issue I have with not being able to save the settings with the tvheadend addon.
Posts: 1,963
Joined: Jul 2012
Reputation:
71
I never got it too work either. As I posted earlier the easiest way for me was to download the full deb for tvOS, update Kodi.app overwriting with my compiled Kodi binary and not bother building all of them. Make sure versions match of course.
Posts: 265
Joined: Dec 2010
Reputation:
1
I have no idea what you mean. I am not familiar with these things so need clear instructions. The plugins work in 19.5 so maybe I will use that instead.
Posts: 5
Joined: Jan 2024
Reputation:
0
Has anyone been able to compile a recent version of kodi for ATV3 (arm) ?
Posts: 2
Joined: Feb 2024
Reputation:
0
any new progress?
atv3 running newer kodi is a great demand. appreciate to helping do this!
Posts: 636
Joined: May 2017
Reputation:
23
kambala
Team-Kodi Member
Posts: 636
team doesn't support ATV 3 anymore, you're on your own