WIP Adding Audio DSP Plugin to AddonManager
(2016-03-03, 08:37)LeKodeur Wrote: Tried but got the following error message when I typed "make", some 'p8-platformConfig' scripts are missing:

Code:
$ sudo apt-get update && sudo apt-get install build-essential
$ git clone -b Jarvis https://github.com/xbmc/xbmc.git
$ git clone https://github.com/kodi-adsp/adsp.basic.git
$ cd adsp.basic && mkdir build && cd build
$ cmake -DADDONS_TO_BUILD=adsp.basic -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
$ make

ERROR:
Code:
Could not find a package configuration file provided by "p8-platform" with
      any of the following names:
        p8-platformConfig.cmake
        p8-platform-config.cmake
Almost got there! Sad ... would installing 'libplatform' help?

You should clone adsp.basic with:
Code:
git clone https://github.com/kodi-adsp/adsp.basic.git -b v0.2.0

For K* there was a change from platform to p8-platform, which is note available for Jarvis :-(
Latest news about AudioDSP and my libraries is available on Twitter.

Developers can follow me on Github.
Reply


Messages In This Thread
RE: Adding Audio DSP Plugin to AddonManager - by AchimTuran - 2016-03-09, 17:14
Logout Mark Read Team Forum Stats Members Help
Adding Audio DSP Plugin to AddonManager7