So I've got a fresh box, fresh Ubuntu 18.10 and latest Kodi (apt-get updated) and was excited about this brand new built-in emulation support (
https://kodi.wiki/view/Games ) , so I got a bunch of SNES roms, stuck em in a folder in my home dir, got a couple of USB controllers off ebay, sat down opened a beer and..
First I had to add the folder of roms as a source (obviously) and this was fine, browsed to it, nothing in there. Hmm. Thought, maybe I need to add the emulation as an Add-On. The only add on available was a MAME one, so I looked around the internet and found this guide:
https://forum.kodi.tv/showthread.php?tid=340684
So, Kodi does not come with emulation, after all, you have to add the emulation to it as an add on, oh and if you've got linux you have to do it from the command line because linux. So I tried the instructions in the above and "Could not find package kodi-game-libretro-beetle-bsnes".
So I did some looking around and found this page
https://launchpad.net/~team-xbmc/+archiv...ter=cosmic which clearly shows that kodi-game-libretro-beetle-bsnes is there. Cue some adding/removing of package sources and faffing before I finally find this page -
https://launchpad.net/~team-xbmc/+archiv...d/16378978 (x64, i386 is the same story). Missing dependencies, so the build is broken.
According to this page (albeit talking about Bionic, not Cosmic) the build has been broken for SIX MONTHS
https://github.com/xbmc/xbmc/issues/15366
Well, OK, so according to this reddit thread I should try building them myself
https://www.reddit.com/r/kodi/comments/a...s_it_work/ - which seemed to work until I got to make install, then it said something about not being able to find INSTALL
At which point I went to bed.
Can anybody help?