I knew it worked for me previously with an older 18.04 variant, so I had a high degree of confidence I could make it work. See the directions on the github page Readme. You could re-create this by taking the OpenPHT 1.9 source, the 3 patches, and the install script.
Of the patches, the first two were from other sources on github. I consolidated everything together to avoid problems if that other source disappears in the future. The last patch were the changes I needed to compile on a clean Kubuntu 18.04.4 system. Your mileage may vary.
I have made some changes to some settings files in the github Kwiboo OpenPHT 1.9 - I am wanting now to get these into an Embedded S905W image so as to flash an SD card.
What are the steps? Can I compile and then integrate into the Veisen or other Embedded versions? The changes are to the cache value in advancedsettings.cpp (in xbmc/settings) - to increase the amount of cache and the readfactor. It is only one file I have changed
I am not an experienced c++ coder. Any help, greatly received. Anyone able to do it for me, message me and I can very gladly compensate for time!
The majority of the effort was patching for newer boost version that comes with 20.04. I have not yet tested this beyond a successful compile. See github page Readme if you want to use this. I’m providing this as-is, just for the community’s benefit.
@ddiepo_gmail_com Great work. I’m looking to build OpenPHT 1.8 or 1.9 for AMlogic (I need to modify some files before compilation to get 384KHz audio).
Do you know if your method will cross-compile for ARM?
Thanks.