Trying to build from git

Hi all –

I’m trying to cross-compile on Ubuntu 14.04 targeting Pi 2 from the instructions here:

https://github.com/xbmc/xbmc/blob/master…aspberrypi

I got the dependencies all built, but when I get to the step to move back up to the checkout root and do

make -C tools/depends/target/xbmc

the build fails because it looks like the makefile is expecting a script called ‘bootstrap’ in the enlistment root, which doesn’t exist.

Are these instructions up to date? Am I missing something?

Thanks!

EDIT: It appears the autoconf system was switched to cmake in December but not all the README’s were updated.