Kodi Community Forum

Full Version: 13.2 on ppa?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can't find 13.2 on ppa for ubuntu says that 13.1 rc1 is the latest.

Installed: 2:13.1~rc1+dfsg1-1ubuntu2
Candidate: 2:13.1~rc1+dfsg1-1ubuntu2
Version table:
*** 2:13.1~rc1+dfsg1-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/universe i386 Packages
100 /var/lib/dpkg/status
Is output from policy and I know I'm on utopic.

Any ideas ..?

Distro is upto date and using latest kernel

Thanks
http://wiki.xbmc.org/index.php?title=How...nux#Ubuntu <- We don't provide packages for the unreleased version of ubuntu that you are running.
Bugger was thinking that was the case :/. Put myself on this release for some stupid reason now can't get back :/

Cheers
You can easily build from source:

Code:
sudo apt-get build-dep xbmc
sudo apt-get install libxslt-dev
git clone https://github.com/xbmc/xbmc.git
cd xbmc
git checkout Gotham
./bootstrap
./configure --disable-debug
make -j5

If everything went fine:
Code:
sudo make install

The resulting installation will live in /usr/local and the xbmc will reside in /usr/local/bin/xbmc

Have fun.
Boom, done, sorted! cheers Smile
Hey

Is this still correct for Kodi ?
no, we have utopic builds since it was released
sorry forgot to add i've moved to Vivid for testing so i'm going to need to compile my own version for this beta release? looking to build 14.1
correct, we don't have vivid builds yet
is the GIT still called XBMC? or Kodi?
hmmm getting

Makefile:100: /libavutil/Makefile: No such file or directory
Makefile:100: /library.mak: No such file or directory
Makefile:102: /doc/Makefile: No such file or directory
Makefile:185: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
ERROR: Building ffmpeg failed
checking for FFMPEG... no
configure: error: "ffmpeg not found"
ignore - i took this opportunity to wipe the whole box as i was looking at moving to 64bit anyway


Kodibuntu installed and working fine now Smile