![]() |
|
How to update on Linux ? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: How to update on Linux ? (/Thread-how-to-update-on-linux) |
How to update on Linux ? - miguelillo84 - 12-31-2016 I just received the Dolphin sensor bar but I only can use the wiimote at mode 4 (emulation mode). I read that it works since 5.0-876 version. How can I upgrade from 4 GIT version? Thanks. Edit: I just update ussing: sudo apt-get update sudo apt-get install dolphin-emu But i also can use the wiimote. Help! RE: How to update on Linux ? - Helios - 01-01-2017 Don't bother using ubuntu repositories, they're outdated. And supposedly the user maintained PPA is also broken on 16.10 Follow these directions to compile from git https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux RE: How to update on Linux ? - sergio-br2 - 01-26-2017 What exactly is broken on 16.10? The dolphin-emu-master package is up-to-date in the PPA. Btw, the package is updated daily now. https://code.launchpad.net/~dolphin-emu/+archive/ubuntu/ppa/ RE: How to update on Linux ? - Anti-Ultimate - 01-27-2017 I'm actually revisiting my AppImage thingy. If you're fine with downloading ~50MB every revision, we can work something out. RE: How to update on Linux ? - Helios - 01-28-2017 The vzeroupper glibc problem. Now fixed in 16.10 but not in 16.04, but we covered this in IRC. RE: How to update on Linux ? - sergio-br2 - 01-31-2017 People can update glibc on 16.04 using ubuntu toolchain ppa: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa?field.series_filter=xenial RE: How to update on Linux ? - leolam - 02-01-2017 Wouldn't recommend doing this though, as glibc is a critical part of the system and you generally don't want to use a PPA for critical things, especially in case there is a security update. RE: How to update on Linux ? - Helios - 02-02-2017 Agreed. It's certainly possible, but unless you have a very specific reason that something you need will only work on 16.04, it's not a great idea. Actually, wait. Can't you just make a 16.10 chroot/LXC container and run Dolphin in that? That seems like a better idea than replacing a core component with a PPA maintained version, although more complex since running X11 stuff in a chroot is a bit of a chore. |