mdeguzis / RetroRig

(discontinued) Repository for XBMC Retro gaming on x86_64 Linux systems
Other
74 stars 12 forks source link

Ubuntu 14.10 updates #174

Closed beaumanvienna closed 9 years ago

beaumanvienna commented 9 years ago

Changed:

Just to be sure, I added coreutils to the general list of packages to be installed.

This PR is targeting issue #164 "Ubuntu 14.10 installation" opened by @Lockzi. RR and all it's backends and services should now install fine. However, if everything works fine and similar to Ubuntu 14.04 still needs to be tested. Any feedback on #164 is still highly appreciated.

mdeguzis commented 9 years ago

You shouldn't need coreutils, but it's never harmful to list it as a "dependency" item. I can do a fresh install tomorrow or maybe today to see how things go. Thank you very much JC!

beaumanvienna commented 9 years ago

I just checked all emulators. Looks basically OK, only mupen64plus had a problem. There is yet an other library missing (libopcodes-2.24-system.so which is now called /usr/lib/libopcodes-2.24.90-system.20141014.so) A symbolic link helps

sudo ln -s /usr/lib/libopcodes-2.24.90-system.20141014.so /usr/lib/libopcodes-2.24-system.so

I'll package mupen64plus in the next days for Utopic.

mdeguzis commented 9 years ago

Thank you JC!