2014-06-18, 14:44
Hi
I don't think you need to apply the patch at all - it's all in the git repository. I've built this on ubuntu 14.04 and 12.04 successfully using the steps above without the git apply line.
hope that helps
Paul
(2014-06-18, 02:58)DianeDrews Wrote: I'm running Xubuntu 14.10 and i have cloned the git for Gotham 12.1 applied the patch and compiled from the source, here are the steps i took:
$ git clone https://github.com/xhbl/xbmc_dualaudio.git
$ sudo apt-get build-dep xbmc
$ git apply xbmc-131-gotham-DualAudio-r017.patch
$ ./bootstrap
$ ./configure
$ make -j4
$ sudo make install
After applying the patch i received these errors:<snip>
I don't think you need to apply the patch at all - it's all in the git repository. I've built this on ubuntu 14.04 and 12.04 successfully using the steps above without the git apply line.
hope that helps
Paul